read_pepwq | R Documentation |
Import raw water quality data
read_pepwq(path)
path |
chr string of path for excel file |
Raw data from here https://gis.suffolkcountyny.gov/portal/home/item.html?id=5d4b53ec44204219a8da685f1859e096
All data prior to 1990 are removed - some exist but the data are scarce.
data.frame
path <- system.file("extdata", "currentdata.xlsx", package="peptools")
dat <- read_pepwq(path)
dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.