Learn R Programming

bigparallelr (version 0.3.2)

plus: Add

Description

Wrapper around Reduce to add multiple arguments. Useful

Usage

plus(...)

Arguments

...

Multiple arguments to be added together.

Value

Reduce('+', list(...))

Examples

Run this code
# NOT RUN {
plus(1:3, 4:6, 1:3)
# }

Run the code above in your browser using DataLab