gen_general_param_xml: Generate STICS general parameters xml file(s) from a template...

View source: R/gen_general_param_xml.R

gen_general_param_xmlR Documentation

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)

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.

Value

None

Examples

gen_general_param_xml(out_dir = tempdir())

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


SticsRPacks/SticsRFiles documentation built on July 4, 2025, 4:19 p.m.