
Utility function to retrieve water quality data from the Florida Department of Environmental Protection's Watershed Information Network (WIN)
Source:R/util_importwqwin.R
util_importwqwin.Rd
Utility function to retrieve water quality data from the Florida Department of Environmental Protection's Watershed Information Network (WIN)
Details
Used internally with read_importwqwin
.
Examples
if (FALSE) { # \dontrun{
onepg <- util_importwqwin("2025-01-15", "2025-02-15", "21FLMANA", 1)
head(onepg)
} # }