#' Data: DataForEver water quality data for northern boundary of Everglades National Park
#'
#'
#'
#' @format A dataframe of water quality data from DataForEver, downloaded on 10 November 2020.
#' \describe{
#' \item{station}{station name}
#' \item{collection_date}{date of observation}
#' \item{collection_time}{time of observation}
#' \item{parameter}{parameter name}
#' \item{units}{measurement units}
#' \item{matrix}{sample matrix}
#' \item{minimum_detection_limit}{method detection limit, where available}
#' \item{value}{amount of parameter measured}
#' \item{exception}{QC flag}
#' \item{Last_change}{date of last change}
#' \item{date}{date of record, POSIXct}
#' \item{datetime}{date and time of record, POSIXct}
#' \item{year}{year (extracted from date column)}
#' \item{mo}{month (extracted from date column)}
#' \item{day}{day (extracted from date column)}
#'}
#' @docType data
#' @keywords data, water quality
#' @name wqDat
#' @usage wqDat
#' @examples
#' \dontrun{
#' ### build the object using getWQ():
#' targetStations <- c("COOPERTN", "FROGCITY", "G311", "G342A", "G342B", "G342C",
#' "G342D", "G344A", "G344B", "G344C", "G344D", "G344E", "G344F",
#' "G344G", "G344H", "G344I", "G344J", "G344K", "G352A", "G352B",
#' "G352C", "G354A", "G354C", "G370", "G372", "G374A", "G374B",
#' "G374C", "G374D", "G374E", "G374F", "G375B", "G375E", "G376ABC",
#' "G376DEF", "G377A", "G377B", "G377C", "G377D", "G377E", "G378B",
#' "G378D", "G378E", "G379ABC", "G379DE", "G380A", "G380B", "G380C",
#' "G380D", "G380E", "G380F", "G381AB", "G381CDEF", "G384B", "G384E",
#' "G388", "G389A", "G389B", "G390A", "G390B", "G393A", "G393B",
#' "G393C", "G508", "G724A", "G724B", "G724C", "G724D", "G724E",
#' "G724F", "G724G", "G724H", "G724I", "G724J", "GLADER", "L29C1",
#' "L29C4", "L30M0", "L31NM0", "L31NM1", "L31NM2", "L31NM3", "L31NM4",
#' "L31NM5", "S118", "S120", "S121", "S122", "S123", "S12A", "S12B",
#' "S12C", "S12D", "S14", "S148", "S149", "S150", "S151", "S165",
#' "S173", "S175", "S176", "S178", "S179", "S18C", "S195", "S197",
#' "S20", "S21", "S319", "S332", "S333", "S334", "S335", "S335TW",
#' "S336", "S339", "S340", "S343A", "S343B", "S344", "S346", "S355A",
#' "S355ATW", "S355B", "S355BTW", "S356", "S356-334", "S356GW1",
#' "S356GW2", "S356GW3", "S356GW4", "S361", "S362", "S7", "S700",
#' "S22", "S25", "S25A", "S25B", "S26", # central
#' "S27", "S28", "S29", # from SWIM plan - north biscayne bay
#' "G58", "S700", "G93", # new structures since SWIM plan?
#' "S123", "S21A", "S21", "S20", "S20F", "S20G",
#' "S333", "S12A", "S12B", "S12C", "S12D", "S151")
#'
#' wqDat <- getDFE(stn = paste(targetStations, collapse = "|"), dbname = "waterquality")
#'
#' ### export to .csv:
#' # write.csv(wqDat, file = file.path(tempdir(), "wqDat.csv"))
#' # save(wqDat, file = "C:/RDATA/SFNRC/data/wqDat.RData", compress='xz')
#' }
#' head(wqDat)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.