R/add_three.R
add_three.Rd
Add three to numeric vector
add_three(x)
numeric vector
a numeric vector
add_three(2) #> [1] 5 add_three(3) #> [1] 6