Rdoc$setNameFormat {R.oo} | R Documentation |
Sets the current name format.
Throws a RccViolationException
if an unknown format is requested.
## Static method (use this):
## Rdoc$setNameFormat(nameFormat, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
setNameFormat(static, nameFormat, ...)
nameFormat |
If |
... |
Not used. |
Returns nothing.
Henrik Bengtsson
*getNameFormat()
For more information see Rdoc
.