get_sites_in_county | R Documentation |
Get all measurement sites within a county.
get_sites_in_county(state.fips, county.code)
state.fips |
A state FIPS code. Use get_state_fips() to find the appropriate FIPS code. |
county.code |
A county code. Use get_counties_in_state() to find the appropriate code for a given county. |
API response containing all measurement sites within a given county.
## Not run: state <- "37" county.code <- "001" measurement.sites <- get_sites_in_county(state, county.code) measurement.sites$Data ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.