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)

Arguments

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!