bl_download_fcc(path, url = "https://www.fcc.gov/file/19314/download")
path | the path to extract the CSV (~1.3 gigabytes) to. |
---|---|
url | the URL to the FCC data https://www.fcc.gov/staff-block-estimates |
The path, invisibly.
if (FALSE) { bl_download_fcc("data-raw/fcc.csv") }