add_rownames | Convert row names to an explicit variable. |
all_equal | Flexible equality comparison for data frames. |
arrange | Arrange rows by variables. |
as.table.tbl_cube | Coerce a 'tbl_cube' to other data structures |
as.tbl_cube | Coerce an existing data structure into a 'tbl_cube' |
auto_copy | Copy tables to same source, if necessary. |
backend_db | Database generics. |
backend_sql | SQL generation. |
backend_src | Source generics. |
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. |
build_sql | Build a SQL string. |
case_when | A general vectorised if. |
coalesce | Find first non-missing element |
common_by | Extract out common by variables |
compute | Compute a lazy tbl. |
copy_to | Copy a local data frame to a remote src. |
copy_to.src_sql | Copy a local data frame to a sqlite src. |
cumall | Cumulativate versions of any, all, and mean |
desc | Descending order. |
dim_desc | Describing dimensions |
distinct | Select distinct/unique rows. |
do | Do arbitrary operations on a tbl. |
dplyr | dplyr: a grammar of data manipulation |
explain | Explain details of a tbl. |
failwith | Fail with specified value. |
filter | Return rows with matching conditions. |
funs | Create a list of functions calls. |
group_by | Group a tbl by one or more variables. |
group_by_prepare | Prepare for grouping. |
grouped_df | Convert to a data frame |
group_indices | Group id. |
groups | Get/set the grouping variables for tbl. |
group_size | Calculate group sizes. |
id | Compute a unique numeric id for each unique row in a data... |
if_else | Vectorised if. |
join | Join two tbls together. |
join.tbl_df | Join data frame tbls. |
join.tbl_sql | Join sql tbls. |
lahman | Cache and retrieve an 'src_sqlite' of the Lahman baseball... |
lazy_ops | Lazy operations |
lead-lag | Lead and lag. |
location | Print the location in memory of a data frame |
make_tbl | Create a "tbl" object |
mutate | Add new variables. |
n | The number of observations in the current group. |
na_if | Convert values to NA. |
named_commas | Provides comma-separated string out ot the parameters |
nasa | NASA spatio-temporal data |
n_distinct | Efficiently count the number of unique values in a set of... |
near | Compare two numeric vectors. |
nth | Extract the first, last or nth value from a vector. |
nycflights13 | Database versions of the nycflights13 data |
order_by | A helper function for ordering window function output. |
partial_eval | Partially evaluate an expression. |
progress_estimated | Progress bar with estimated time. |
query | Create a mutable query object. |
ranking | Windowed rank functions. |
recode | Recode values |
reexports | Objects exported from other packages |
rowwise | Group input by rows |
same_src | Figure out if two sources are the same (or two tbl have the... |
sample | Sample n rows from a table. |
select | Select/rename variables by name. |
select_helpers | Select helpers |
select_if | Select columns using a predicate |
select_vars | Select variables. |
setops | Set operations. |
slice | Select rows by position. |
sql | SQL escaping. |
sql_build | Build and render SQL from a sequence of lazy operations |
sql_quote | Helper function for quoting sql elements. |
sql_variant | Create an sql translator |
src | Create a "src" object |
src_local | A local source. |
src_memdb | Per-session in-memory SQLite databases. |
src_mysql | Connect to mysql/mariadb. |
src_postgres | Connect to postgresql. |
src_sql | Create a "sql src" object |
src_sqlite | Connect to a sqlite database. |
src_tbls | List all tbls provided by a source. |
src-test | A set of DBI methods to ease unit testing dplyr with DBI |
summarise | Summarise multiple values to a single value. |
summarise_all | Summarise and mutate multiple columns. |
summarise_each | Summarise and mutate multiple columns. |
tally | Counts/tally observations by group. |
tbl | Create a table from a data source |
tbl_cube | A data cube tbl. |
tbl_df | Create a data frame tbl. |
tbl_sql | Create an SQL tbl (abstract) |
tbl_vars | List variables provided by a tbl. |
testing | Infrastructure for testing dplyr |
top_n | Select top (or bottom) n rows (by value). |
translate_sql | Translate an expression to sql. |
vars | Select columns |
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.