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