UDG.datasets: Show UDG datasets

View source: R/datasets.R

UDG.datasetsR Documentation

Show UDG datasets

Description

Lists the harmonized datasets that are accessible via UDG.

Usage

UDG.datasets(pattern = "", full.info = FALSE)

Arguments

pattern

Optional. Pattern in the dataset name as passed to function grep (case-insensitive).

full.info

Default to FALSE. If TRUE, the complete URL is also displayed.

Value

The datasets table, in the form of a data.frame

Note

The function assumes that the user has read permission to the package installation directory

Author(s)

M Iturbide

Examples

# 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)

SantanderMetGroup/climate4R.UDG documentation built on June 28, 2023, 6:03 p.m.