View source: R/render_report.R
render_report | R Documentation |
This function simply allows to render RMarkdown files to produce html reports. The report will be saved in the folder of the Rmarkdown file.
render_report(file, name)
file |
path to the file that should be rendered. File needs to be an RMarkdown script. |
name |
name of the final report. |
# Produces an html-file called "01_analysis.html"
render_report("test.rmd", "01_analysis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.