View source: R/AWQMS_Bio_Metrics.R
AWQMS_Bio_Metrics | R Documentation |
Thus function will retrieve Bio_Metrics data from Oregon DEQ AWQMS
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.