R/npn_stations.R
npn_stations.Rd
Get a list of all stations, optionally filtered by state
npn_stations(state_code = NULL, ...)
The postal code of the US state by which to filter the results returned. Leave empty to get all stations.
Currently unused.
A data frame with stations' latitude and longitude, names, and ids.
if (FALSE) { # \dontrun{ npn_stations() npn_stations('AZ') } # }