Learn R Programming

template (version 0.5.3)

examplefunction: How to document functions.

Description

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

Usage

examplefunction(text)

Arguments

text

Message to print.

See Also

http://r-pkgs.had.co.nz/man.html

Examples

Run this code
# NOT RUN {
examplefunction('Hello world!')
# }

Run the code above in your browser using DataLab