render_report {repana} | R Documentation |
A wrap to render a markdown report
Description
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 |
Value
No return value, called for side effects to render the reports
See Also
Examples
## Not run:
render_report(myreport.rmd,"pdf")
## End(Not run)
[Package repana version 2.2.0 Index]