download_data {SticsRFiles} | R Documentation |
Download example USMs
Description
Download locally the example data from the data repository in the SticsRPacks organization.
Usage
download_data(
out_dir = tempdir(),
example_dirs = NULL,
stics_version = "latest"
)
Arguments
out_dir |
Path of the directory where to download the data |
example_dirs |
List of use case directories names (optional) |
stics_version |
Name of the STICS version (optional) The default value is the latest version returned by get_stics_versions_compat(). |
Value
The path of the folder data have been downloaded into
Examples
# Getting data for a given example : study_case_1 and a given STICS version
download_data(example_dirs = "study_case_1", stics_version = "V9.0")
[Package SticsRFiles version 1.6.0 Index]