across | Apply a function (or functions) across multiple columns |
add_rownames | Convert row names to an explicit variable. |
all_equal | Flexible equality comparison for data frames |
all_vars | Apply predicate to all variables |
arrange | Arrange rows by column values |
arrange_all | Arrange rows by a selection of variables |
auto_copy | Copy tables to same source, if necessary |
backend_dbplyr | Database and SQL generics. |
band_members | Band membership |
bench_compare | Evaluate, compare, benchmark operations of a set of srcs. |
between | Do values in a numeric vector fall in specified range? |
bind | Efficiently bind multiple data frames by row and column |
c_across | Combine values from multiple columns |
case_when | A general vectorised if |
check_dbplyr | dbplyr compatibility functions |
coalesce | Find first non-missing element |
combine | Combine vectors |
common_by | Extract out common by variables |
compute | Force computation of a database query |
context | Context dependent expressions |
copy_to | Copy a local data frame to a remote src |
count | Count observations by group |
cumall | Cumulativate versions of any, all, and mean |
defunct | Defunct functions |
desc | Descending order |
dim_desc | Describing dimensions |
distinct | Subset distinct/unique rows |
distinct_all | Select distinct rows by a selection of variables |
do | Do anything |
dplyr_data_masking | Argument type: data-masking |
dplyr_extending | Extending dplyr with new data frame subclasses |
dplyr-package | dplyr: A Grammar of Data Manipulation |
dplyr_tidy_select | Argument type: tidy-select |
explain | Explain details of a tbl |
filter | Subset rows using column values |
filter_all | Filter within a selection of variables |
filter-joins | Filtering joins |
funs | Create a list of function calls |
group_by | Group by one or more variables |
group_by_all | Group by a selection of variables |
group_by_drop_default | Default value for .drop argument of group_by |
group_by_prepare | Same basic philosophy as group_by_prepare(): lazy_dots comes... |
group_cols | Select grouping variables |
group_data | Grouping metadata |
grouped_df | A grouped data frame. |
group_map | Apply a function to each group |
group_nest | Nest a tibble using a grouping specification |
group_split | Split data frame by groups |
group_trim | Trim grouping structure |
ident | Flag a character vector as SQL identifiers |
if_else | Vectorised if |
lead-lag | Compute lagged or leading values |
location | Print the location in memory of a data frame |
make_tbl | Create a "tbl" object |
mutate | Create, modify, and delete columns |
mutate_all | Mutate multiple columns |
mutate-joins | Mutating joins |
na_if | Convert values to NA |
n_distinct | Efficiently count the number of unique values in a set of... |
near | Compare two numeric vectors |
nest_by | Nest by one or more variables |
nest_join | Nest join |
new_grouped_df | Low-level construction and validation for the grouped_df and... |
nth | Extract the first, last or nth value from a vector |
order_by | A helper function for ordering window function output |
progress_estimated | Progress bar with estimated time. |
pull | Extract a single column |
ranking | Windowed rank functions. |
recode | Recode values |
reexports | Objects exported from other packages |
relocate | Change column order |
rename | Rename columns |
rows | Manipulate individual rows |
rowwise | Group input by rows |
same_src | Figure out if two sources are the same (or two tbl have the... |
sample_n | Sample n rows from a table |
scoped | Operate on a selection of variables |
se-deprecated | Deprecated SE versions of main verbs. |
select | Subset columns using their names and types |
select_all | Select and rename a selection of variables |
select_vars | Select variables |
setops | Set operations |
slice | Subset rows using their positions |
sql | SQL escaping. |
src | Create a "src" object |
src_dbi | Source for database backends |
src_local | A local source |
src_tbls | List all tbls provided by a source. |
starwars | Starwars characters |
storms | Storm tracks data |
summarise | Summarise each group to fewer rows |
summarise_all | Summarise multiple columns |
summarise_each | Summarise and mutate multiple columns. |
tbl | Create a table from a data source |
tbl_df | Coerce to a tibble |
tbl_ptype | Return a prototype of a tbl |
tbl_vars | List variables provided by a tbl. |
tidyeval-compat | Other tidy eval tools |
top_n | Select top (or bottom) n rows (by value) |
vars | Select variables |
with_groups | Perform an operation with temporary groups |
with_order | Run a function with one order, translating result back to... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.