Get a list of files availables in FCC servers
get_nbm_available.Rd
NBM's API:
Usage
get_nbm_available(
get_root_url = paste0("https://broadbandmap.fcc.gov/nbm/map/",
"api/national_map_process/nbm_get_data_download/")
)
Examples
nbm_data <- get_nbm_available()
head(nbm_data)
#> id release data_type technology_code state_fips
#> 1 1089223 December 31, 2024 Fixed Broadband 0 01
#> 2 1089224 December 31, 2024 Fixed Broadband 0 04
#> 3 1089225 December 31, 2024 Fixed Broadband 0 06
#> 4 1089226 December 31, 2024 Fixed Broadband 0 12
#> 5 1089227 December 31, 2024 Fixed Broadband 0 17
#> 6 1089228 December 31, 2024 Fixed Broadband 0 20
#> provider_id file_name file_type
#> 1 <NA> bdc_01_Other_fixed_broadband_D24_27may2025 csv
#> 2 <NA> bdc_04_Other_fixed_broadband_D24_27may2025 csv
#> 3 <NA> bdc_06_Other_fixed_broadband_D24_27may2025 csv
#> 4 <NA> bdc_12_Other_fixed_broadband_D24_27may2025 csv
#> 5 <NA> bdc_17_Other_fixed_broadband_D24_27may2025 csv
#> 6 <NA> bdc_20_Other_fixed_broadband_D24_27may2025 csv
#> data_category
#> 1 Nationwide
#> 2 Nationwide
#> 3 Nationwide
#> 4 Nationwide
#> 5 Nationwide
#> 6 Nationwide