render_report | R Documentation |
Creates a PDF report using rmarkdown and Pandoc by passing the specified
params
to the markdown file given by report_template
and
storing the PDF in out.file
.
render_report(params, report_template, out.file)
params |
A list with parameters for the R markdown parser. |
report_template |
A character vector giving the basename of the Rmarkdown template to use for report creation. |
out.file |
The filename of the report PDF to be created. |
Creates a PDF in out.file
if successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.