Learn R Programming

SticsRFiles (version 1.6.0)

gen_general_param_xml: Generate STICS general parameters xml file(s) from a template file according to a STICS version

Description

Generate STICS general parameters xml file(s) from a template file according to a STICS version

Usage

gen_general_param_xml(out_dir, stics_version = "latest", overwrite = FALSE)

Value

None

Arguments

out_dir

Path of the directory where to generate the file(s).

stics_version

Name of the STICS version. Optional, the latest one is used as default

overwrite

Optional logical, TRUE for overwriting files, FALSE otherwise (default)

Details

Please see get_stics_versions_compat() for the full list of STICS versions that can be used for the argument stics_version.

Examples

Run this code
gen_general_param_xml(out_dir = tempdir())

gen_general_param_xml(
  out_dir = tempdir(),
  stics_version = "V10.0",
  overwrite = TRUE
)

Run the code above in your browser using DataLab