wf_dataset_info: List ECMWF Data Store dataset information

View source: R/wf_dataset_info.R

wf_dataset_infoR Documentation

List ECMWF Data Store dataset information

Description

Shows and returns detailed product information about a specific data set (see wf_datasets). This includes the list of sub-products in the collection as well as date and time ranges.

Usage

wf_dataset_info(dataset, simplify = TRUE)

Arguments

dataset

character, name of the data set for which the product information should be loaded

simplify

boolean, default TRUE. If TRUE the description will be returned as tidy data instead of a nested list.

Value

Downloads a tidy data frame with product descriptions from CDS. If simplify = FALSE a list with product details will be returned.

Author(s)

Reto Stauffer, Koen Hufkens

See Also

wf_datasets.

Examples

## Not run: 
 # Return information
 info <- wf_dataset_info("reanalysis-era5-single-levels")
 names(info)

## End(Not run)

ecmwfr documentation built on Sept. 27, 2024, 5:07 p.m.