arrange                 Arrange rows by variables
filter                  Return rows with matching conditions
filter_joins            Filtering joins filter rows from 'x' based on
                        the presence or absence of matches in 'y':
groups                  Group by one or more variables
joins                   Join two data.frames together
mutate                  Create or transform variables
pipe                    Forward-pipe operator
print.grouped_data      Print a grouped 'data.frame'
pull                    Pull out a single variable
relocate                Change column order
rename                  Select/rename variables by name
rownames                Tools for working with row names
slice                   Choose rows by position
summarise               Reduce multiple values down to a single value
