cvap_process_dir | R Documentation |
Process Directory of CVAP Files
cvap_process_dir(dir, year, out_dir, moe = TRUE, csv = FALSE)
dir |
Path to directory with the CVAP files |
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. |
list of tibbles of cvap
path <- fs::path_package('cvap', 'extdata')
cvap_process_dir(path, year = 2019, out_dir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.