AWQMS_Bio_Metrics: AWQMS_Bio_Metrics

View source: R/AWQMS_Bio_Metrics.R

AWQMS_Bio_MetricsR Documentation

AWQMS_Bio_Metrics

Description

Thus function will retrieve Bio_Metrics data from Oregon DEQ AWQMS

Usage

AWQMS_Bio_Metrics(
  startdate = NULL,
  enddate = NULL,
  MLocID = NULL,
  AU_ID = NULL,
  HUC12_Name = NULL,
  project = NULL,
  OrganizationID = NULL,
  ReferenceSite = NULL,
  Metric_Name = NULL,
  DQL = NULL,
  return_query = FALSE
)

Arguments

startdate

Required parameter setting the startdate of the data being fetched. Format 'yyyy-mm-dd'. Defaults to '1949-09-15'

enddate

Optional parameter setting the enddate of the data being fetched. Format 'yyyy-mm-dd'

AU_ID

Optional vector of Assessment Units to be fetched

project

Optional vector of projects to be fetched

ReferenceSite

filter for reference or non reference streams. NOT CURRENTLY POPULATED

Metric_Name

Optional vector of metrics to filter

DQL

Optional vector of DQLs to fetch

return_query

If FALSE, fetches data from AWQMS. If TRUE, returns string of query language.

station

Optional vector of stations to be fetched

org

optional vector of Organizations to be fetched


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