To set up the pre-processing environment, you need RStudio with the renv package installed.
First, clone the repository. Then, open the panel-lemanique-preprocessing.Rproj
file with RStudio and restore the dependencies from the lockfile using
renv::restore()
To run the preprocessing for all the waves, use
make preprocess_data
- Add a pre-processing script in
data_preprocessing/
- Add a pre-processing rule to
data_preprocessing/Makefile
and include the rule as a dependency of thepreprocess_data
rule