Man pages for dplyr
A Grammar of Data Manipulation

acrossApply a function (or functions) across multiple columns
add_rownamesConvert row names to an explicit variable.
all_equalFlexible equality comparison for data frames
all_varsApply predicate to all variables
args_byHelper for consistent documentation of '.by'
arrangeOrder rows using column values
arrange_allArrange rows by a selection of variables
auto_copyCopy tables to same source, if necessary
backend_dbplyrDatabase and SQL generics.
band_membersBand membership
betweenDetect where values fall in a specified range
bind_colsBind multiple data frames by column
bind_rowsBind multiple data frames by row
c_acrossCombine values from multiple columns
case_matchA general vectorised 'switch()'
case_whenA general vectorised if-else
check_dbplyrdbplyr compatibility functions
coalesceFind the first non-missing element
combineCombine vectors
common_byExtract out common by variables
computeForce computation of a database query
consecutive_idGenerate a unique identifier for consecutive combinations
contextInformation about the "current" group or variable
copy_toCopy a local data frame to a remote src
countCount the observations in each group
cross_joinCross join
cumallCumulativate versions of any, all, and mean
defunctDefunct functions
deprec-contextInformation about the "current" group or variable
descDescending order
dim_descDescribing dimensions
distinctKeep distinct/unique rows
distinct_allSelect distinct rows by a selection of variables
doDo anything
dplyr_byPer-operation grouping with '.by'/'by'
dplyr_data_maskingData-masking
dplyr_extendingExtending dplyr with new data frame subclasses
dplyr-localeLocale used by 'arrange()'
dplyr-packagedplyr: A Grammar of Data Manipulation
dplyr_tidy_selectArgument type: tidy-select
explainExplain details of a tbl
filterKeep rows that match a condition
filter_allFilter within a selection of variables
filter-joinsFiltering joins
funsCreate a list of function calls
glimpseGet a glimpse of your data
group_byGroup by one or more variables
group_by_allGroup by a selection of variables
group_by_drop_defaultDefault value for .drop argument of group_by
group_by_prepareSame basic philosophy as group_by_prepare(): lazy_dots comes...
group_colsSelect grouping variables
group_dataGrouping metadata
grouped_dfA grouped data frame.
group_mapApply a function to each group
group_nestNest a tibble using a grouping specification
group_splitSplit data frame by groups
group_trimTrim grouping structure
identFlag a character vector as SQL identifiers
if_elseVectorised if-else
join_byJoin specifications
last_dplyr_warningsShow warnings from the last command
lead-lagCompute lagged or leading values
make_tblCreate a "tbl" object
mutateCreate, modify, and delete columns
mutate_allMutate multiple columns
mutate-joinsMutating joins
na_ifConvert values to 'NA'
n_distinctCount unique combinations
nearCompare two numeric vectors
nest_byNest by one or more variables
nest_joinNest join
new_grouped_dfLow-level construction and validation for the grouped_df and...
nthExtract the first, last, or nth value from a vector
ntileBucket a numeric vector into 'n' groups
order_byA helper function for ordering window function output
percent_rankProportional ranking functions
pickSelect a subset of columns
progress_estimatedProgress bar with estimated time.
pullExtract a single column
recodeRecode values
reexportsObjects exported from other packages
reframeTransform each group to an arbitrary number of rows
relocateChange column order
renameRename columns
row_numberInteger ranking functions
rowsManipulate individual rows
rowwiseGroup input by rows
same_srcFigure out if two sources are the same (or two tbl have the...
sample_nSample n rows from a table
scopedOperate on a selection of variables
se-deprecatedDeprecated SE versions of main verbs.
selectKeep or drop columns using their names and types
select_allSelect and rename a selection of variables
setopsSet operations
sliceSubset rows using their positions
sqlSQL escaping.
srcCreate a "src" object
src_dbiSource for database backends
src_localA local source
src_tblsList all tbls provided by a source.
starwarsStarwars characters
stormsStorm tracks data
summariseSummarise each group down to one row
summarise_allSummarise multiple columns
summarise_eachSummarise and mutate multiple columns.
tblCreate a table from a data source
tbl_dfCoerce to a tibble
tbl_ptypeReturn a prototype of a tbl
tbl_varsList variables provided by a tbl.
tidyeval-compatOther tidy eval tools
top_nSelect top (or bottom) n rows (by value)
transmuteCreate, modify, and delete columns
varsSelect variables
with_groupsPerform an operation with temporary groups
with_orderRun a function with one order, translating result back to...
dplyr documentation built on Nov. 17, 2023, 5:08 p.m.