powered by
Process Directory of CVAP Files
cvap_process_dir(dir, year, out_dir, moe = TRUE, csv = FALSE)
list of tibbles of cvap
Path to directory with the CVAP files
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') cvap_process_dir(path, year = 2019, out_dir = tempdir())
Run the code above in your browser using DataLab