C4R.vocabulary | R Documentation |
Access the installed user's vocabulary
C4R.vocabulary()
The vocabulary table, in the form of a data.frame
The function assumes that the user has read permission to the package installation directory
J Bedia
Standard name table of the CF convention: http://cfconventions.org/standard-names.html
C4R.vocabulary.update, for the inclusion of new standard variables defined by the user
# Default built-in vocabulary
(voc <- C4R.vocabulary())
voc[grep("^ta", voc$identifier), ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.