[ top | up ]

Online Documentation

Syntax

help(fname)
?fname

Arguments

fname the name of the function for which documentation is desired.

Description

help provides online access to documentation. Documentation can also be retrieved using ?fname.

In some cases, particularly functions like + or for, fname will have to be quoted.

Examples

> help("for") > ?"+"