Upgrade _tec.xml file(s) to a next major version
upgrade_tec_xml(
file,
out_dir,
param_gen_file,
param_newform_file,
...,
overwrite = FALSE
)xml technical file path or a vector of
Output directory path
Path of the param_gen.xml file corresponding to the initial version
Path of the param_newform.xml file corresponding to the file version
additional argument(s) to pass to called functions
Logical TRUE for overwriting files, FALSE otherwise (default)
None
dir_path <- get_examples_path(file_type = "xml", stics_version = "V10.0")
upgrade_tec_xml(
file = file.path(dir_path, "file_tec.xml"),
out_dir = tempdir(),
param_gen_file = file.path(dir_path, "param_gen.xml"),
param_newform_file = file.path(dir_path, "param_newform.xml")
)