Rdoc$setNameFormat {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
## Static method (use this):
## Rdoc$setNameFormat(nameFormat, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
setNameFormat(static, nameFormat, ...)
Arguments
nameFormat |
If |
... |
Not used. |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*getNameFormat()
For more information see Rdoc
.
[Package R.oo version 1.25.0 Index]