report_config_to_txt: Report config: saves config to text file

View source: R/report_configuration.R

report_config_to_txtR Documentation

Report config: saves config to text file

Description

Report config: saves config to text file

Usage

report_config_to_txt(config_list, output_file = "report_config.txt")

Arguments

config_list

a report configuration list e.g. as retrieved by report_config_template()

output_file

absolute or relative path of where to save output file (default: "report_config.txt")

Value

saves report configuration list as text file

Examples

## Not run: 
### Creates a configuration template
config <- report_config_template()
### Saves list config in text
report_config_to_txt(
  config_list = config,
  output_file = "report_config.txt"
)

## End(Not run)

KWB-R/kwb.pilot documentation built on Nov. 1, 2022, 2:49 p.m.