discrete_parms: Data - discrete parameters in the Monitoring Portal

discrete_parmsR Documentation

Data - discrete parameters in the Monitoring Portal

Description

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.

Usage

data(discrete_parms)

Format

A tibble with 3 variables and 57 rows

Examples


data(discrete_parms)
nitrogen_only <- discrete_parms[grepl("Nitrogen", discrete_parms$DisplayName),]
parms_to_download <- nitrogen_only$ParmName

tsparksm/kcmwq documentation built on Sept. 2, 2023, 11:30 p.m.