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
)

Arguments

write_dir

Default = getwd()

dir_name

= "gcamextractor_example_data". Name of directory to install zip file to.

data_link

Default = NULL

Value

number

Examples

if (FALSE) {
library(osiris)
osiris::get_example_data()
}