arrange                 Arrange rows by variables
between                 Do values in a numeric vector fall in specified
                        range?
coalesce                Find first non-missing element
context                 Context dependent expressions
count                   Count observations by group
desc                    Descending order
distinct                Subset distinct/unique rows
filter                  Return rows with matching conditions
filter_joins            Filtering joins filter rows from 'x' based on
                        the presence or absence of matches in 'y':
glimpse                 Get a glimpse of your data
group_by                Group by one or more variables
group_metadata          Grouping metadata
group_split             Split data.frame by groups
if_else                 Vectorised if
joins                   Join two data.frames together
lag                     Compute lagged or leading values
mutate                  Create or transform variables
n_distinct              Count the number of unique values in a set of
                        vectors
na_if                   Convert values to NA
near                    Compare two numeric vectors
peek_vars               Peek at variables in the selection context
pipe                    Forward-pipe operator
pull                    Pull out a single variable
recode                  Recode values
relocate                Select/relocate variables by name
rename                  Rename columns
replace_na              Replace missing values
rownames                Tools for working with row names
select_helpers          Select Helpers
slice                   Subset rows by position
summarise               Reduce multiple values down to a single value
where                   Select variables with a function
window_rank             Windowed Rank Functions
