Learn R Programming

hudr (version 1.2.0)

get_hud_fmr_listmetros: Get HUD List of MSA Codes data.

Description

Provides list of MSA codes data from HUD.

Usage

get_hud_fmr_listmetros(hud_key = Sys.getenv("HUD_API_KEY"))

Value

A data table containing a list of MSA codes from HUD.

Arguments

hud_key

Character string indicating your API key from HUD.

Author

Paul Richardson

Details

Provides list of MSA codes from HUD.

Examples

Run this code
if (FALSE) {
library(hudr)

hud_key <- Sys.getenv("HUD_API_KEY")

cbsa_codes <- get_hud_fmr_listmetros(hud_key = hud_key)
}

Run the code above in your browser using DataLab