powered by
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") )
a data frame with Mesonet variable definitions filtered by the id
id
argument
a string or regular expression to use for retrieving definitions of Mesonet variables
a character vector of columns to include in the output. Possible values include any combination of "ID", "Variable Name", "Unit" or "Description"
mnet_variable_definition("RAIN") mnet_variable_definition("^2") mnet_variable_definition("^2", columns = c("ID", "Variable Name", "Unit"))
Run the code above in your browser using DataLab