download_usm_csv {SticsRFiles} | R Documentation |
Downloading a CSV usms data file example into a directory
Description
The file is an example that can be used for generating JavaSTICS
usms.xml input file from parameters values stored in a CSV file using
the function gen_usms_xml
Usage
download_usm_csv(
file = NULL,
out_dir = tempdir(),
stics_version = "latest",
overwrite = FALSE,
verbose = FALSE,
csv_name = lifecycle::deprecated(),
version_name = lifecycle::deprecated(),
dest_dir = lifecycle::deprecated()
)
Arguments
Value
A vector of copied files path.
Examples
download_usm_csv()
[Package SticsRFiles version 1.4.0 Index]