UChicago-pol-methods / Misinformation-replication

Replication files for
1 stars 0 forks source link

Cleaning and codebook #4

Closed mollyow closed 1 year ago

mollyow commented 1 year ago

Code for pre-cleaning data prior to analysis, and generation of variable codebook.

mollyow commented 1 year ago

Looks good, I moved all of the package loading to the utils.R file. We should eventually confirm that we are indeed using all of the packages in utils.R, we can use code something like the below:

library(NCmisc)
knitr::purl('<filename>.Rmd')
list.functions.in.file('<filename>.R')