main_htmlreportR {htmlreportR} | R Documentation |
Main htmlreportR script mode function. Renders a template,
main_htmlreportR(options)
options |
list containing all necessary elements to build an htmlReport instance. |
Main htmlreportR scripting function
None
## Not run:
options <- list(title = "main_htmlreportR example",
data_files = "path/to/file1", "path/to/fileN",
output_file = "path/to/output",
source_folder = "path/to/package/scripts",
compress_obj = TRUE,
css_files = "path/to/custom/css",
js_files = "path/to/custom/js",
cdn_css = "path/to/cdn_css",
cdn_js = "path/to/cdn_js",
menu = "menu")
main_htmlreportR (options)
## End(Not run)