Skip to contents

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

Examples

if (FALSE) {

hud_rec_il_yr()

}