View source: R/download_dataset.R
download_dataset | R Documentation |
This function downloads palaeoclimate reconstructions. Files will be stored
in the data path of pastclim
, which can be inspected with
get_data_path()
and changed with set_data_path()
download_dataset(dataset, bio_variables = NULL, annual = TRUE, monthly = FALSE)
dataset |
string defining dataset to be downloaded (a list of possible
values can be obtained with |
bio_variables |
one or more variable names to be downloaded. If left
to NULL, all variables available for this dataset will be downloaded (the
parameters |
annual |
boolean to download annual variables |
monthly |
boolean to download monthly variables |
TRUE if the dataset(s) was downloaded correctly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.