View source: R/AWQMS_Data_Cont.R
AWQMS_Data_Cont | R Documentation |
This function will retrive raw continuous data from OregonDEQ AWQMS
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
)
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 |
Dataframe of data from AWQMS
AWQMS_Data_Cont(station = '39446-ORDEQ', Result_Status = 'Final')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.