View source: R/delarr-extended.R
| d_reduce_many | R Documentation |
Run multiple reductions and collect results
d_reduce_many(
x,
fns,
dim = c("rows", "cols"),
na.rm = FALSE,
chunk_size = NULL,
simplify = TRUE
)
x |
A |
fns |
A named list of reduction functions. |
dim |
Reduction dimension ( |
na.rm |
Logical; remove missing values in each reducer. |
chunk_size |
Optional chunk size passed to |
simplify |
Logical; combine equal-length outputs into a matrix. |
A named list (or matrix when simplify = TRUE) of reductions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.