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()
Arguments
- dataset
string defining dataset to be downloaded (a list of possible values can be obtained with
list_available_datasets()
). This function will not work on custom datasets.- 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
andmonthly
, see below, define which types)- annual
boolean to download annual variables
- monthly
boolean to download monthly variables