if (FALSE) {
# get the model datasets included with the package
model_datasets <- model_datasets
# download one of them
g <- get_datasets(dataset_filenames = model_datasets$FileName[1])
# these will then be stored so that we know what datasets we have downloaded
d <- get_downloaded_datasets()
# which returns a names list of file paths to the datasets
d[1]
}
Run the code above in your browser using DataLab