AWQMS_Data_Cont: AWQMS_Data_Cont

View source: R/AWQMS_Data_Cont.R

AWQMS_Data_ContR Documentation

AWQMS_Data_Cont

Description

This function will retrive raw continuous data from OregonDEQ AWQMS

Usage

AWQMS_Data_Cont(
  startdate = NULL,
  enddate = NULL,
  MLocID = NULL,
  AU_ID = NULL,
  Char_Name = NULL,
  SampleMedia = NULL,
  OrganizationID = NULL,
  HUC8 = NULL,
  HUC8_Name = NULL,
  HUC10 = NULL,
  HUC12 = NULL,
  HUC12_Name = NULL,
  Result_Status = NULL,
  crit_codes = FALSE
)

Arguments

startdate

Required parameter setting the startdate of the data being fetched. Format 'yyyy-mm-dd'

enddate

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

MLocID

Optional vector of stations to be fetched

AU_ID

Optional vector of Assessment units to be fetched

Char_Name

Optional vector of characteristics to be fetched

SampleMedia

Optional vector of sample media to be fetched

OrganizationID

optional vector of Organizations to be fetched

HUC8

Optional vector of HUC8s to be fetched

HUC8_Name

Optional vector of HUC8 names to be fetched

HUC10

Optional vector of HUC10s to be fetched

HUC12

Optional vector of HUC12s to be fetched

HUC12_Name

Optional vector of HUC12 names to be fetched

Result_Status

oprtion vector of result status to be fetched. Set to Result_Status = 'Final' if only data that has passed QAQC is included

crit_codes

If true, include standard codes used in determining criteria

Value

Dataframe of data from AWQMS

Examples

AWQMS_Data_Cont(station = '39446-ORDEQ', Result_Status = 'Final')

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