setNameFormat.Rdoc {R.oo} | R Documentation |
Sets the current name format.
Throws a RccViolationException
if an unknown format is requested.
Rdoc$setNameFormat(nameFormat, ...)
nameFormat |
If "method.class" , help files for methods belonging to classes are
named <method>.<class>.
If "class.method" , help files for methods belonging to classes are
named <class>.<method>.
These are currently the only name formats supported.
|
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*getNameFormat()
For more information see Rdoc
.