get_hud_fmr_listcounties | R Documentation |
Provides list of county codes data from HUD.
get_hud_fmr_listcounties(stateid, hud_key = Sys.getenv("HUD_API_KEY"))
stateid |
Character string indicating the state. |
hud_key |
Character string indicating your API key from HUD. |
Provides list of county codes data from HUD.
A data table containing a list of county codes from HUD.
Paul Richardson
## Not run: library(hudr) hud_key <- Sys.getenv("HUD_API_KEY") state_codes <- get_hud_fmr_listcounties(hud_key = hud_key) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.