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':
group_vars              Return grouping variables
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                Select/relocate variables by name
rename                  Rename columns
rownames                Tools for working with row names
select_helpers          Select Helpers
slice                   Choose rows by position
summarise               Reduce multiple values down to a single value
