This is an example showing how to document functions to be included in the package.

examplefunction(text)

Arguments

text

Message to print.

See also

Author

Francisco Rodriguez-Sanchez

Examples

examplefunction('Hello world!')
#> [1] "Hello world!"