get_hud_fmr_listcounties {hudr} | R Documentation |
Get HUD List of County Codes data.
Description
Provides list of county codes data from HUD.
Usage
get_hud_fmr_listcounties(stateid, hud_key = Sys.getenv("HUD_API_KEY"))
Arguments
stateid |
Character string indicating the state. |
hud_key |
Character string indicating your API key from HUD. |
Details
Provides list of county codes data from HUD.
Value
A data table containing a list of county codes from HUD.
Author(s)
Paul Richardson
Examples
## Not run:
library(hudr)
hud_key <- Sys.getenv("HUD_API_KEY")
state_codes <- get_hud_fmr_listcounties(hud_key = hud_key)
## End(Not run)
[Package hudr version 1.2.0 Index]