| dp | R Documentation |
dplyr functionsThin wrappers of dplyr functions
dp()
dp_agg(.data, ..., .by = NULL, .groups = NULL)
dp_n()
dp_all(x)
dp_grp(x, keys)
dp_join(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...,
keep = NULL
)
dp_lab(.data, ...)
dp_mod(.data, ...)
x |
A data.frame |
keys |
A complete character vec naming grouping variables in |
dp_join | Thinly wraps left_join. |
dp_agg | Thinly wraps summarize. |
dp_all | Thinly wraps all_of. |
dp_lab | Thinly wraps rename. |
dp_mod | Thinly wraps mutate. |
dp_grp | Limitedly wraps group_by^{(1)} |
dp_n | Thinly wraps n. |
^{(1)} Accepts as argument only a data.frame (x) and a character vector naming grouping variables (keys). |
A data.frame.
Other wraps:
basics_help(),
dt(),
gg_help(),
gr,
rd_help(),
tb_help()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.