R/function.R
examplefunction.Rd
This is an example showing how to document functions to be included in the package.
examplefunction(text)
Message to print.
http://r-pkgs.had.co.nz/man.html
Francisco Rodriguez-Sanchez
examplefunction('Hello world!') #> [1] "Hello world!"