View source: R/generate_report.R
generate_report | R Documentation |
This function generates the html report.
generate_report( full_path_2_Rdatafile = "ReportData.Rdata", dir_4_report = "./", path_2_Rmd_template = file.path(system.file("rmarkdown", package = "metaboprep"), "metaboprep_Report_v0.Rmd") )
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
an html file written to file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.