bl_load_state(state, path = "https://www.fcc.gov/file/19314/download")
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. |
A data frame with the population estimates.
if (FALSE) { bl_load_state("WA") }