Module 8: Messing with CSV and Manipulating Data
While getting the mean in general is something I'm well acquainted when using R, the method needed in this circumstance was quite new. Having never used the plyr library before, it took a bit of time to figure it out and get the desired result: Making the data subset was also new, as well as interesting. While I knew adding columns to an existing data frame was a common thing one could do, the way it was recommended to be done here was both unique and enlightening. GitHub code: https://github.com/Retrolovania/R_Programming/blob/main/Messing%20with%20CSV.R