Dissolved oxygen data for USGS stations
dodat.Rd
Dissolved oxygen data for USGS stations
Examples
if (FALSE) {
# 01304562 is Peconic River, 01304200 is Orient Harbor, 01304650 is Shelter Island
dodat <- read_pepdo(site = c('01304562', '01304200', '01304650'),
nms = c('Peconic River', 'Orient Harbor', 'Shelter Island'))
save(dodat, file = 'data/dodat.RData', compress = 'xz')
}