help(name) ?name help(data=name) ?data(name) help(library=name) ?library(name)
name
| the topic for which documentation is desired. |
name can be
printed on-screen with either help(name) or ?name.
In the case of unary and binary operators
and control-flow special forms, the name may need to be be quoted.
Help on data sets and libraries can be obained with the other forms.
help.start() which opens the HTML-Version of the R documentation;
data, library, methods.