Learn R Programming

rerddap (version 0.3.4)

key_words: Convert a CF Standard Name to/from a GCMD Science Keyword

Description

Convert a CF Standard Name to/from a GCMD Science Keyword

Usage

key_words(cf = NULL, gcmd = NULL, url = eurl(), ...)

Arguments

gcmd
character; A GCMD science keyword http://gcmd.gsfc.nasa.gov/learn/keyword_list.html
url
A URL for an ERDDAP server. Default: http://upwell.pfeg.noaa.gov/erddap/
...
Curl args passed on to GET

Examples

Run this code
 ## Not run: 
# key_words(cf = "air_pressure")
# cat(key_words(cf = "air_pressure"))
# key_words(gcmd = "Atmosphere > Atmospheric Pressure > Sea Level Pressure")
# cat(key_words(gcmd = "Atmosphere > Atmospheric Pressure > Sea Level Pressure"))
# 
# # a different ERDDAP server
# key_words(cf = "air_pressure", url = servers()$url[5])
# ## End(Not run)

Run the code above in your browser using DataLab