preduce | R Documentation |
Parallel reduce
preduce(.x, .f, ...)
.x |
see [reduce] |
.f |
see [reduce] |
... |
see [reduce] |
X <- mtcars[, c("cyl", "mpg")] preduce(X, sum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.