Skip to contents

Get all of the data frames used when creating listing report

Usage

get_listing_info(deletion_report, id_var = USUBJID)

Arguments

deletion_report

A deletion report built using build_report() and add_listing_to_report()

id_var

id variable such as USUBJID, ID, SUBJID. Default is USUBJID. Set to "none" to ignore

Examples

if (FALSE) { # \dontrun{
get_listing_info(del_report)
} # }