download_FCC: Download FCC Fixed Broadband Datasets

View source: R/download_FCC.R

download_FCCR Documentation

Download FCC Fixed Broadband Datasets

Description

Downloads FCC fixed broadband dataset for the specified year and month. Years prior to 2020 are available in a zipped format so the zipped file is downloaded to the working directory, opened, and then the inside csv is saved to the working directory with a common naming convention to use later on. The 2020 data sets are only available as a CSV and take much longer to download (apx. 30+ minutes). Alternatively you can download the datasets from the FCC website and use the get_colname function to get the proper column names for your data downloaded outside of R.

Usage

download_FCC(year, month)

Arguments

year

The year of the FCC dataset

month

The month of the FCC dataset

Value

csv (to the working directory) of the desired FCC fixed broadband dataset

Examples

download_FCC(year = 2019, month = "June")

kdmulligan/processFCC documentation built on Oct. 30, 2024, 7:43 p.m.