Replication materials for processing data for "Czech political candidate and donation datasets" paper.
Data are stored in the Czech Social Science Data Archive.
_targets.R- script containing the whole pipeline for processing datadata/- folder with dataEP2004- European Parliament electionsKV1994- municipal electionsKZ2000- regional electionsPS1996- parliamentary elections (Chamber of Deputies, lower chamber)SE1996_2022- parliamentary elections (Senate, upper chamber)
donation_data/- data and scripts related to donationsR/- folder with helper functions for processing data_targets/
To replicate matching, run the following code:
# TODO: install dependencies
# source the pipeline
source("_targets.R")
# run the pipeline
targets::tar_make()