Apr 4, 2018
Welcome, friend :)
In this tutorial, I am going to present you the basic functions in the dplyr package: select(), filter(), mutate(), transmute(), group_by() and summarise(). If you have any doubts, don’t hesitate to contact me on samuelmacedo@recife.ifpe.edu.br.
Let’s get to action…first of all, to install dplyr, please use the commands below:
install.packages("dplyr")
library(dplyr)
Before I start: as_tibble()
Tibble is a modern reimagining of the data.frame. You don’t need to change your data.