Learn R Programming

htmlreportR (version 1.0.0)

main_htmlreportR: Build report by loading files from disk and rendering template.

Description

Main htmlreportR script mode function. Renders a template,

Usage

main_htmlreportR(options)

Value

None

Arguments

options

list containing all necessary elements to build an htmlReport instance.

Details

Main htmlreportR scripting function

Examples

Run this code
if (FALSE) {
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)
}

Run the code above in your browser using DataLab