R.oo (version 1.20.0)

Rdoc$setNameFormat: Sets the current name format

Description

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

Usage

## Static method (use this): ## Rdoc$setNameFormat(nameFormat, ...)
## Don't use the below: "setNameFormat"(static, nameFormat, ...)

Arguments

nameFormat
If "method.class", help files for methods belonging to classes are named .. If "class.method", help files for methods belonging to classes are named .. These are currently the only name formats supported.
...
Not used.

Value

Returns nothing.

See Also

*getNameFormat() For more information see Rdoc.