View source: R/get_vars_for_dataset.R
get_vars_for_dataset | R Documentation |
This function lists the variables available for a given dataset. Note that
the spelling and use of capitals in names might differ from the original
publications, as pastclim
harmonises the names of variables across
different reconstructions.
get_vars_for_dataset(
dataset,
path_to_nc = NULL,
details = FALSE,
annual = TRUE,
monthly = FALSE
)
dataset |
string defining dataset to be downloaded (a list of possible
values can be obtained with |
path_to_nc |
the path to the custom nc file containing the palaeoclimate reconstructions. If a custom nc file is given, 'details', 'annual' and 'monthly' are ignored |
details |
boolean determining whether the output should include information including long names of variables and their units. |
annual |
boolean to show annual variables |
monthly |
boolean to show monthly variables |
a vector of variable names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.