Skip to contents

Get Raw Citizen Voting Age Population Files

Usage

cvap_get_raw(url, out_dir)

Arguments

url

URL to CVAP zip to download. Use cvap_census_url().

out_dir

Directory to unzip to. Defaults to temp directory.

Value

string, path where the data is saved

Examples

# \donttest{
# takes 10-20 seconds
path <- cvap_get_raw(cvap_census_url())
# }