Description Usage Arguments Value Examples
View source: R/generate_report.R
This function generates the Rmd report.
This function generates the Rmd report.
1 2 3 4 5 6 7 8 9 10 11 | generate_report(
path_2_Rdatafile = ".",
dir_4_report = ".",
path_2_Rmd_template = system.file("rmarkdown", package = "exrender")
)
generate_report(
path_2_Rdatafile = ".",
dir_4_report = ".",
path_2_Rmd_template = system.file("rmarkdown", package = "exrender")
)
|
path_2_Rdatafile |
full path to the Rdatafile |
dir_4_report |
directory to place the report |
path_2_Rmd_template |
full path to the Rmd report template |
Writes a pdf report to file
Writes a pdf report to file
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.