View source: R/AWQMS_Stations.R
AWQMS_Stations | R Documentation |
This function will return a list of monitoring locations with data found in OregonDEQ AWQMS
AWQMS_Stations(
project = NULL,
MonLocType = NULL,
Char_Name = NULL,
HUC8 = NULL,
HUC8_Name = NULL,
OrganizationID = NULL,
crit_codes = FALSE
)
project |
Optional vector of projects to be filtered on |
Char_Name |
Optional vector of characters to be filtered on |
HUC8 |
Optional vector of HUC8s to be filtered on |
HUC8_Name |
Optional vector of HUC8 names to be filtered on |
OrganizationID |
Optional vector of organizations to be filtered on |
crit_codes |
If true, include standard codes used in determining criteria |
Dataframe of monitoring locations
AWQMS_Station(project = 'Total Maximum Daily Load Sampling', char = "Temperature, water", HUC8 = "17090003", crit_codes = false)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.