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
# 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")
#> [1] "/private/var/folders/1y/56hdyx6x0_jb18k7b4ys9b6w0000gn/T/Rtmp6TMon6/data-master/study_case_1/V9.0"