cvap_get_raw {cvap} | R Documentation |
Get Raw Citizen Voting Age Population Files
Description
Get Raw Citizen Voting Age Population Files
Usage
cvap_get_raw(url, out_dir)
Arguments
url |
URL to CVAP zip to download. Use |
out_dir |
Directory to unzip to. Defaults to temp directory. |
Value
string, path where the data is saved
Examples
# takes 10-20 seconds
path <- cvap_get_raw(cvap_census_url())
[Package cvap version 0.1.5 Index]