The GESIS Data Archive makes available thousands of invaluable social scientific surveys, including, among many others, the ALLBUS, the European Values Survey, the Eurobarometer, and the International Social Survey Program. Researchers taking advantage of these datasets, however, are caught in a bind. The archive’s terms and conditions bar dissemination of downloaded datasets to third parties. But to ensure that one’s work can be reproduced, assessed, and built upon by others, one must provide access to the raw data one employed.
The gesisdata
package cuts this knot by providing
programmatic, reproducible access to specified GESIS datasets from
within R for registered
users.
To install:
install.packages("gesisdata")
if (!require(remotes)) install.packages("remotes")
::install_github("fsolt/gesisdata") remotes
For more details, check out the vignette.
Please recall that by using the GESIS Data Archive, you accept its terms and conditions.