Basic Data Analysis with dplyr
The dplyr is a very useful package in R for data manipulation. Created and maintained by Hadley Wickham, it contains some very useful functions for data analysis and manipulation. Here, I will show some of the most basic but important functions to perform data analysis. For this exercise, we'll use ...
[Read more...]