Render the report and copy it to the outputdir
directory.
More formats are available but only three are included here
`
Usage
render_report(report, format = "pdf", outputdir = get_dirs()$reports, ...)
Arguments
- report
filename of the report
- format
output format. "pdf","html","word" are valid entries
- outputdir
directory to save the report
- ...
other parameters for
render
function