pewdata
Solt, Frederick, and Yue Hu. 2016. pewdata: Reproducible Retrieval of Pew Research Center Datasets. The Comprehensive R Archive Network (CRAN).
pewdata
is an R package that provides reproducible, programmatic access to survey datasets from the
Pew Research Center.
To install:
- the latest released version:
install.packages("pewdata")
- the latest development version:
if (!require(ghit)) install.packages("ghit")
ghit::install_github("fsolt/pewdata")
Note that pewdata
depends on the Firefox browser; if you don’t already have it installed on your machine,
get it here.
For more details, check out the vignette.