UDG.datasets | R Documentation |
Lists the harmonized datasets that are accessible via UDG.
UDG.datasets(pattern = "", full.info = FALSE)
pattern |
Optional. Pattern in the dataset name as passed to function |
full.info |
Default to FALSE. If TRUE, the complete URL is also displayed. |
The datasets table, in the form of a data.frame
The function assumes that the user has read permission to the package installation directory
M Iturbide
# Default built-in datasets
str(UDG.datasets())
(sets <- UDG.datasets())
names(sets)
sets$OBSERVATIONS
# Using argument pattern
UDG.datasets(pattern = "CORDEX-EUR44.*historical")
# Showing the full Url of the datasets
UDG.datasets(pattern = "E-OBS", full.info = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.