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