hud_rec_cw_yr: Get Most Recently Released Year and Quarter: USPS Crosswalk...

View source: R/hud_recent_y_q.R

hud_rec_cw_yrR Documentation

Get Most Recently Released Year and Quarter: USPS Crosswalk Files

Description

Pings the (United States Postal Service) USPS Crosswalk API provided by HUD USER to determine the most recently released files. This will only ping for the last two years for every quarter. This tests hud_cw_tract_zip(tract = 48201223100) as the endpoint query.

Usage

hud_rec_cw_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 and quarter of available (United States Postal Service) USPS Crosswalk files.

See Also

  • hud_rec_cw_yr()

  • hud_rec_fmr_yr()

  • hud_rec_il_yr()

Examples

## Not run: 

hud_rec_cw_yr()


## End(Not run)

etam4260/hudr documentation built on Nov. 4, 2022, 8:35 p.m.