wq | R Documentation |
Imports, filters, and processes water quality datasets and outputs an integrated dataset
wq(Sources = NULL, Start_year = NULL, End_year = NULL)
Sources |
Character vector of data sources for the water quality variables. No default, this must be specified.
Choices include "20mm" (20mm Survey, |
Start_year |
Earliest year you would like included in the dataset. Must be an integer. Defaults to year |
End_year |
Latest year you would like included in the dataset. Must be an integer. Defaults to the current year. |
An integrated dataset
Data <- wq(
Sources = c(
"20mm",
"Baystudy",
"DJFMP",
"DOP",
"EDSM",
"EMP",
"FMWT",
"NCRO",
"SDO",
"SKT",
"SLS",
"STN",
"Suisun",
"USBR",
"USGS_CAWSC",
"USGS_SFBS",
"YBFMP"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.