hud_rec_il_yr: Get Most Recently Released Year: Income Limits

View source: R/hud_recent_y_q.R

hud_rec_il_yrR Documentation

Get Most Recently Released Year: Income Limits

Description

Pings the Income Limits API provided by HUD User to determine the most recently released files. This will only ping for the last two years. Will return years for state, county, and metroarea resolution.

Usage

hud_rec_il_yr(key = Sys.getenv("HUD_KEY"))

Arguments

key

A character vector of length one with the key obtained from HUD (US Department of Housing and Urban Development) USER website.

Value

The most recent year for the Income Limits for state, county, and metroarea queries.

See Also

  • hud_rec_cw_yr()

  • hud_rec_fmr_yr()

  • hud_rec_il_yr()

Examples

## Not run: 

hud_rec_il_yr()


## End(Not run)

etam4260/rhud documentation built on Nov. 12, 2022, 2:53 a.m.