wq2sentinel | R Documentation |
Reorganizes water quality data downloaded from the MNPCA's EDA website into a common Sentinel Lakes format, making it easier to integrate with other Sentinel Lakes formatted datasets.
wq2sentinel(wqdata)
wqdata |
a water quality data.frame downloaded using the wqdatadownload() function. |
Other Formatting:
fish2sentinel()
,
weather2sentinel()
#Download the data
x <- wqdatadownload(c("15-0010-00-100","15-0010-00-101","15-0010-00-102"))
#Convert to Sentinel Lakes formatting
y <- wq2sentinel(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.