%>% | Forward-pipe operator |
add_count | Count observations by group |
add_tally | Count observations by group |
all_of | Select Helpers |
anti_join | Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y': |
any_of | Select Helpers |
arrange | Arrange rows by variables |
between | Do values in a numeric vector fall in specified range? |
contains | Select Helpers |
count | Count observations by group |
cume_dist | Windowed Rank Functions |
dense_rank | Windowed Rank Functions |
desc | Descending order |
ends_with | Select Helpers |
everything | Select Helpers |
filter | Return rows with matching conditions |
filter_joins | Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y': |
full_join | Join two data.frames together |
get_groups | Return grouping variables |
groups | Group by one or more variables |
group_by | Group by one or more variables |
if_else | Vectorised if |
inner_join | Join two data.frames together |
joins | Join two data.frames together |
lag | Compute lagged or leading values |
last_col | Select Helpers |
lead | Compute lagged or leading values |
left_join | Join two data.frames together |
matches | Select Helpers |
min_rank | Windowed Rank Functions |
mutate | Create or transform variables |
n | The number of observations in the current group |
ntile | Windowed Rank Functions |
num_range | Select Helpers |
n_distinct | Count the number of unique values in a set of vectors |
peek_vars | Peek at variables in the selection context |
percent_rank | Windowed Rank Functions |
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 |
right_join | Join two data.frames together |
rownames | Tools for working with row names |
rownames_to_column | Tools for working with row names |
row_number | Windowed Rank Functions |
select | Select/relocate variables by name |
select_helpers | Select Helpers |
semi_join | Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y': |
slice | Choose rows by position |
starts_with | Select Helpers |
summarise | Reduce multiple values down to a single value |
summarize | Reduce multiple values down to a single value |
tally | Count observations by group |
transmute | Create or transform variables |
ungroup | Group by one or more variables |
window_rank | Windowed Rank Functions |