powered by
Process Census CVAP File
cvap_process_file(path, year, out_dir, moe = TRUE, csv = FALSE)
tibble of cvap data
path to csv file
file year
directory to create files in
Boolean. Default is TRUE. Should margin of error be kept?
Boolean. Default is FALSE, which creates an rds file instead.
path <- fs::path_package('cvap', 'extdata', 'County.csv') cvap_process_file(path, year = 2019, out_dir = tempdir())
Run the code above in your browser using DataLab