cvap_process_file | R Documentation |
Process Census CVAP File
cvap_process_file(path, year, out_dir, moe = TRUE, csv = FALSE)
path |
path to csv file |
year |
file year |
out_dir |
directory to create files in |
moe |
Boolean. Default is TRUE. Should margin of error be kept? |
csv |
Boolean. Default is FALSE, which creates an rds file instead. |
tibble of cvap data
path <- fs::path_package('cvap', 'extdata', 'County.csv')
cvap_process_file(path, year = 2019, out_dir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.