AWQMS_Stations: AWQMS_Station

View source: R/AWQMS_Stations.R

AWQMS_StationsR Documentation

AWQMS_Station

Description

This function will return a list of monitoring locations with data found in OregonDEQ AWQMS

Usage

AWQMS_Stations(
  project = NULL,
  MonLocType = NULL,
  Char_Name = NULL,
  HUC8 = NULL,
  HUC8_Name = NULL,
  OrganizationID = NULL,
  crit_codes = FALSE
)

Arguments

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

Value

Dataframe of monitoring locations

Examples

AWQMS_Station(project = 'Total Maximum Daily Load Sampling', char = "Temperature, water", HUC8 = "17090003", crit_codes = false)

TravisPritchardODEQ/AWQMSdata documentation built on Nov. 10, 2024, 8:26 a.m.