R/add.R
add.Rd
Returns the sum of two numbers
add(a, b)
Number one.
Number two.
Sum of two number.
library(rPackageTutorial) add(1, 2) #> [1] 3