Returns the sum of two numbers

add(a, b)

Arguments

a

Number one.

b

Number two.

Value

Sum of two number.

Examples

#> [1] 3