create_report_batch: Report batch: creates batch file for report

View source: R/report_batch.R

create_report_batchR Documentation

Report batch: creates batch file for report

Description

Report batch: creates batch file for report

Usage

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/kwb.pilot documentation built on Nov. 1, 2022, 2:49 p.m.