hud_state_counties | R Documentation |
Get a dataframe with details describing the county(s) located within the queried state(s).
hud_state_counties( state, key = Sys.getenv("HUD_KEY"), to_tibble = getOption("rhud_use_tibble", FALSE) )
state |
The state(s) to get all county(s). |
key |
The key obtained from HUD (US Department of Housing and Urban Development) USER website. |
to_tibble |
If TRUE, return the data in a tibble format rather than a data frame. |
A dataframe containing all counties within state(s).
hud_nation_states_territories()
hud_state_metropolitan()
hud_state_counties()
hud_state_places()
hud_state_minor_civil_divisions()
## Not run: hud_state_counties("CA") hud_state_counties("Virginia") hud_state_counties("51") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.