discrete_parms | R Documentation |
Tibble containing the parameter ID numbers (ParmID), short parameter names
(ParmName), and long parameter names (DisplayName) for every parameter
available in the Monitoring Portal. The function
download_discrete()
uses a vector of ParmName to determine
what parameters to download from the Monitoring Portal.
data(discrete_parms)
A tibble with 3 variables and 57 rows
data(discrete_parms)
nitrogen_only <- discrete_parms[grepl("Nitrogen", discrete_parms$DisplayName),]
parms_to_download <- nitrogen_only$ParmName
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.