create_report_batch | R Documentation |
Report batch: creates batch file for report
create_report_batch( batchDir = file.path(tempdir(), "batch_report"), batchName = "create_report.bat", report_path = NULL, report_config_path = NULL, open_in_explorer = TRUE )
batchDir |
path to report batch directory (default: tempdir()) |
batchName |
name for report batch file(default: "create_report.bat") |
report_path |
(default: NULL) |
report_config_path |
(default: NULL) |
open_in_explorer |
open batchDir in Windows explorer (default: TRUE). Only working on a Windows system! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.