powered by
Wrapper around Reduce to add multiple arguments. Useful
Reduce
plus(...)
Multiple arguments to be added together.
Reduce('+', list(...))
# NOT RUN { plus(1:3, 4:6, 1:3) # }
Run the code above in your browser using DataLab