add.Rd
Function to add two numbers
add(x, y)
An integer/float.
z Addition of the two numbers
add(5, 4) #> [1] 9