R/test.R
test.Rd
This will be the description
test(x, y)
A number
The sum `x + y´
This will be more details
test (4,5) #> [1] 9 test(3:4, 7:8) #> [1] 10 12