dplyr (R)

dplyr is the tidyverse package for data manipulation. It provides a small set of verb functions — filter, select, mutate, arrange, summarise, group_by — that…