View source: R/render_report.R
render_report | R Documentation |
Produce html reports from a rmd file. It's mainly a wrapper arrond rmarkdown::render()
render_report( rmd, n_file, open_file = TRUE, report_dir = "reports", rmds_dir = "rmds" )
rmd |
name of the rmd file |
n_file |
prefix numbering of the output file |
open_file |
open the html file in the default browser once produced. By default, |
report_dir |
target directory for the reports |
rmds_dir |
source directery for the |
Return invisibly the file path of the produced report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.