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, we will learn how to use dplyr’s arrange() function to sort a data […]