View source: R/render_report.R
render_report | R Documentation |
Render the report and copy it to the outputdir
directory.
More formats are available but only three are included here
'
render_report(report, format = "pdf", outputdir = get_dirs()$reports, ...)
report |
filename of the report |
format |
output format. "pdf","html","word" are valid entries |
outputdir |
directory to save the report |
... |
other parameters for |
No return value, called for side effects to render the reports
render
## Not run:
render_report(myreport.rmd,"pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.