View source: R/mnet_variable_definition.R
mnet_variable_definition | R Documentation |
Provide definition of a requested set of Mesonet variables including (by default) the standard variable identifier (ID), name, unit, and description.
mnet_variable_definition(
id,
columns = c("ID", "Variable Name", "Unit", "Description")
)
id |
a string or regular expression to use for retrieving definitions of Mesonet variables |
columns |
a character vector of columns to include in the output. Possible values include any combination of "ID", "Variable Name", "Unit" or "Description" |
a data frame with Mesonet variable definitions filtered by the id
argument
mnet_variable_definition("RAIN")
mnet_variable_definition("^2")
mnet_variable_definition("^2",
columns = c("ID", "Variable Name", "Unit"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.