View source: R/hud_decomp_chas.R
hud_chas_county | R Documentation |
Returns Comprehensive Housing and Affordability Strategy (CHAS)
hud_chas_county( county, year = c("2014-2018"), key = Sys.getenv("HUD_KEY"), to_tibble = getOption("rhud_use_tibble", FALSE) )
county |
A character or numeric vector: the county(s) to query for. Must supply a geoid. 2 digit state fip
|
year |
The years to query for.
|
key |
A character vector of length 1: the key obtained from HUD (US Department of Housing and Urban Development) USER website. |
to_tibble |
A logical: if TRUE, return the data in a tibble format rather than a data frame. |
Returns a data frame with Comprehensive Housing and Affordability Strategy (CHAS) data for counties for all combinations of "county" and "year" inputs.
hud_chas_nation()
hud_chas_state()
hud_chas_county()
hud_chas_state_mcd()
hud_chas_state_place()
hud_chas()
## Not run: hud_chas_county(county = c("06105", "06113")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.