Skip to contents

Initialize a listing report

Usage

build_report(output_path = ".", file_name, ...)

Arguments

output_path

Directory for listing output

file_name

Name of listings file

...

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

Examples

if (FALSE) { # \dontrun{
del_report <- build_report(file_name = "deletion-listings")
} # }