dplyr, R package part of tidyverse suite of packages, provides a great set of tools to manipulate datasets in the tabular form. dplyr has a set of core functions for “data munging”,including select(), mutate(), filter(), summarise(), and arrange(). And in this tidyverse tutorial, a part of tidyverse 101 series, we will learn how to use […]