Learn R Programming

cvap (version 0.1.6)

cvap_get_raw: Get Raw Citizen Voting Age Population Files

Description

Get Raw Citizen Voting Age Population Files

Usage

cvap_get_raw(url, out_dir)

Value

string, path where the data is saved

Arguments

url

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

out_dir

Directory to unzip to. Defaults to temp directory.

Examples

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

Run the code above in your browser using DataLab