View source: R/processQWData.r
processQWData | R Documentation |
Processes water quality data. This function looks at detection limit and detection conditions to determine if a value is left censored or not. Censored values are given the qualifier "<". The dataframe is also converted from a long to wide format.
processQWData(data)
data |
dataframe from Water Quality Portal |
data dataframe with first column dateTime, and at least one qualifier and value columns (subsequent qualifier/value columns could follow depending on the number of parameter codes)
readWQPqw
#library(dataRetrieval)
#rawWQP <- readWQPqw('21FLEECO_WQX-IMPRGR80','Phosphorus', '', '')
#Sample2 <- processQWData(rawWQP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.