• group_by() Converts a tibble to a grouped tibble where operations are performed group-wise.

  • mutate() Transform a variable of a tibble

To learn more about dplyr visit https://r4ds.had.co.nz/index.html.