Add each listing to the initialized report
add_listing_to_report.Rd
add_listing_to_report()
is used to build listings one deletion flag at a time
Arguments
- deletion_report
Name of initialized deletion report made with
build_report()
- listing
Data to be used in the listing. Subset to variables that best portray why the data were deleted. Selected variables should be source variables if possible
- ...
additional arguments passed to
reporter::create_table()