R-Fundamentals-Legacy
R-Fundamentals-Legacy copied to clipboard
D-Lab's 12 hour introduction to R Fundamentals. Learn how to create variables and functions, manipulate data frames, make visualizations, use control flow structures, and more, using R in RStudio.
I'm not sure why no one reported this issue before, but as it stands the file paths are broken by the Rproj. This caused a huge problem in Part2 today.
This PR closes #112 - Provides an example of using mutate to create a new column in the dplyr section - Connects with earlier example of making a column -...
I think it's worth mentioning mutate as a way to introduce new columns. I think if we remove the subsetting on lists (and possibly merging dataframes, which I am open...