C4R.vocabulary: Show UDG vocabulary

View source: R/vocabulary.R

C4R.vocabularyR Documentation

Show UDG vocabulary

Description

Access the installed user's vocabulary

Usage

C4R.vocabulary()

Value

The vocabulary 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)

J Bedia

References

Standard name table of the CF convention: http://cfconventions.org/standard-names.html

See Also

C4R.vocabulary.update, for the inclusion of new standard variables defined by the user

Examples

# Default built-in vocabulary
(voc <- C4R.vocabulary())
voc[grep("^ta", voc$identifier), ]

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