get_hud_fmr_liststates | R Documentation |
Provides list of state codes data from HUD.
get_hud_fmr_liststates(hud_key = Sys.getenv("HUD_API_KEY"))
hud_key |
Character string indicating your API key from HUD. |
Provides list of state codes data from HUD.
A data table containing a list of state codes from HUD.
Paul Richardson
## Not run: library(hudr) hud_key <- Sys.getenv("HUD_API_KEY") state_codes <- get_hud_fmr_liststates(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.