powered by
Add multiple arguments
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