Get all the data related to a states or county.
Usage
get_nbm_bl(geoid_co, release = "latest")
Arguments
- geoid_co
a string of 5-digit numbers
- release
a string with value "D23", "J24", "D24" (respectively targeting releases from December2023, June2024, December24)
Details
A row in this data represent a census block (2020 vintage).
Use get_fcc_dictionary("nbm_block")
to get a description of the date.
Data Source: FCC Broadband Data Collection
Examples
if (FALSE) { # \dontrun{
nbm_bl <- get_nbm_bl(geoid_co = "47051")
} # }