Skip to contents

Output path is set while initializing using build_report() This function differs from reporter::write_report() by including the N= counts at the end of each listing

Usage

write_listings_report(deletion_report, ...)

Arguments

deletion_report

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

...

Extra arguments to be passed to reporter::write_report()

Examples

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