[Experimental]

bl_load_state(state, path = "https://www.fcc.gov/file/19314/download")

Arguments

state

the two-letter abbreviation of the state to get data for.

path

the path to the FCC data. Defaults to the online ZIP file, but can point to a local zip file or an extracted CSV (from e.g. bl_download_fcc()).

Value

A data frame with the population estimates.

Examples

if (FALSE) { bl_load_state("WA") }