read_pepent | R Documentation |
Import raw enterococcus data
read_pepent(path = NULL)
path |
chr string of path for excel file (optional) |
Data are from the ArcGIS REST Services here https://gis.suffolkcountyny.gov/hosted/rest/services/Hosted/Beach_Water_Quality_Data/FeatureServer/.
The API is queried by beach names in the beaches
data object. The queries are done individually for each beach to not exceed the 2000 record limit.
Data can also be imported from an Excel if the path
argument is used for the location to the file.
data.frame
## Not run:
entdat <- read_pepent()
## End(Not run)
head(entdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.