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.
data
, library
, methods
.
?data(index) #-- a list of all the available datasets ?data(women) #-- information about "women" dataset ?library(mva)#-- what is available in library(mva)