Function to download the test data files from zenodo that are needed.
get_example_data(
write_dir = getwd(),
dir_name = "gcamextractor_example_data",
data_link = NULL
)
Default = getwd()
= "gcamextractor_example_data". Name of directory to install zip file to.
Default = NULL
number
if (FALSE) {
library(osiris)
osiris::get_example_data()
}