hud_rec_fmr_yr: Get Most Recently Released Year: Fair Markets Rent

View source: R/hud_recent_y_q.R

hud_rec_fmr_yrR Documentation

Get Most Recently Released Year: Fair Markets Rent

Description

Pings the Fair Markets Rent API provided by (US Department of Housing and Urban Development) 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 resolutions.

Usage

hud_rec_fmr_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 fmr files 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_fmr_yr()


## End(Not run)

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