Meta.Variables: Variables available within data set

View source: R/Meta.R

Meta.VariablesR Documentation

Variables available within data set

Description

Read and return overview of variables available for specific data set.

Usage

Meta.Variables(dataset = "reanalysis-era5-land")

Arguments

dataset

Character. Name of data set. Usually a set of words separated by dashes. See possible datasets by calling Meta.List.

Value

Data frame. Contains five columns:

  • Variableclear name

  • CDSnamename required for CDS query

  • Descriptionplain text description of variable, scraped from CDS webpage

  • Unitunit of measurement

  • Cumulativelogical, indexing whether a variable is recorded cumulatively or not

See Also

Meta.List, Meta.Read, Meta.DOI, Meta.QuickFacts.

Examples

Meta.Variables()


ErikKusch/KrigR documentation built on Feb. 17, 2025, 2:09 p.m.