View source: R/split-parapply.R
plus | R Documentation |
Wrapper around Reduce
to add multiple arguments. Useful
plus(...)
... |
Multiple arguments to be added together. |
Reduce('+', list(...))
plus(1:3, 4:6, 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.