setNameFormat.Rdoc {R.oo}R Documentation

Sets the current name format

Description

Sets the current name format. Throws a RccViolationException if an unknown format is requested.

Usage

Rdoc$setNameFormat(nameFormat, ...)

Arguments

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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getNameFormat() For more information see Rdoc.


[Package R.oo version 1.6.5 Index]