powered by
Download locally the example data from the data repository in the SticsRPacks organisation.
download_data( out_dir = tempdir(), example_dirs = NULL, stics_version = "latest", dir = lifecycle::deprecated(), version_name = lifecycle::deprecated() )
The path to the folder where data have been downloaded
Path of the directory where to download the data
List of use case directories names (optional)
Name of the STICS version. Optional, by default the latest version returned by get_stics_versions_compat() is used.
dir is no longer supported, use out_dir instead.
dir
out_dir
file_path is no longer supported, use file instead.
file_path
file
# 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")
Run the code above in your browser using DataLab