Recoding (Variable) Values in R
Recoding (variable) values is a common data cleaning task. In this post, I share several methods for quickly recoding the values of many variables in the R Environment…
Variable Renaming in R
Variable renaming does not have to be a tedious task. In this post, I share several methods for quickly renaming many variables in the R Environment…
Batch Importing Data Files into R
Programming can automate repetitive and tedious tasks. In this post, I share my three preferred methods for batch importing data files into the R environment…