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

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)

Value

None

Details

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

Examples

gen_general_param_xml(out_dir = tempdir())

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