Intro
Recoding one dataset
Recoding many datasets
Final Thoughts

Intro
Today’s blog post is all about recoding columns using a data dictionary and
dplyr::recode().
Many datasets, especially from surveys, come along with a proper documentation often in form of a so called “data dictionary”. A data dictionary contains …

Continue reading: Using a Data Dictionary to Recode Columns with …