get_storet_locations: Fetch MyRWA Locations Table from STORET

View source: R/storet.R

get_storet_locationsR Documentation

Fetch MyRWA Locations Table from STORET

Description

Fetches MyRWA locations from STORET using the http://waterqualitydata.us REST API. Locations are downloaded to a temporary zip file, unzipped, and loaded into an R data frame.

Usage

get_storet_locations(verbose = TRUE)

Arguments

verbose

If TRUE (default), prints information about the download

Value

data frame of locations

Examples

storet_locations <- get_storet_locations()


walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.