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.
wf_dataset_info(dataset, simplify = TRUE)
Downloads a tidy data frame with product descriptions from CDS. If
simplify = FALSE
a list with product details will be returned.
if (FALSE) { # \dontrun{
# Return information
info <- wf_dataset_info("reanalysis-era5-single-levels")
names(info)
} # }