wq2sentinel: Water Quality Data Sentinel Formatting

View source: R/wq2sentinel.R

wq2sentinelR Documentation

Water Quality Data Sentinel Formatting

Description

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.

Usage

wq2sentinel(wqdata)

Arguments

wqdata

a water quality data.frame downloaded using the wqdatadownload() function.

See Also

Other Formatting: fish2sentinel(), weather2sentinel()

Examples

#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)

mnsentinellakes/mnsentinellakes documentation built on May 4, 2024, 7:48 p.m.