[Experimental]

bl_download_fcc(path, url = "https://www.fcc.gov/file/19314/download")

Arguments

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

Value

The path, invisibly.

Examples

if (FALSE) { bl_download_fcc("data-raw/fcc.csv") }