Creating variables and performing simple calculations in R
One of the most commonly performed actions in any data analysis is the creation or mutation of our data. This post will walk through how to generate new columns as well mutate existing columns using both base R functionality as well as the dplyr package.