help(fname) ?fname
fname
| the name of the function for which documentation is desired. |
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")
> ?"+"