Skip to contents

Build reports automatically using custom settings

Usage

wt_report(data, what = c(NULL, "conclusion"), output_filename = "report")

Arguments

data

Input data from wt_download_report

what

NULL, conclusion

output_filename

Character; name of the output file name

Value

A document with the report

wt_report details

Build customized reports from WildTrax data

Examples

if (FALSE) {
wt_report(data = my_data, what = c(NULL, "conclusion"))
}