create_report_batch: Report batch: creates batch file for report

Description Usage Arguments

View source: R/report_batch.R

Description

Report batch: creates batch file for report

Usage

1
2
3
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!


KWB-R/aquanes.report documentation built on Sept. 10, 2019, 8:04 a.m.