R/calculations.R
add.Rd
Some useful operations like + and *
add(x, y) multiply(x, y)
Numeric.
The sum or the product of x and y.
x
y
add(4, 7)#> [1] 11