View source: R/gen_general_param_xml.R
gen_general_param_xml | R Documentation |
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)
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) |
Please see get_stics_versions_compat()
for the full list of
STICS versions that can be used for the argument stics_version
.
None
gen_general_param_xml(out_dir = tempdir())
gen_general_param_xml(
out_dir = tempdir(),
stics_version = "V10.0",
overwrite = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.