Rdoc$createName | R Documentation |
Creates a class-method name.
## Static method (use this):
## Rdoc$createName(class, method, escape=TRUE, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
createName(static, class, method, escape=TRUE, ...)
class |
A class name ( |
method |
A method name ( |
escape |
If |
... |
Not used. |
Returns character
string.
Henrik Bengtsson
*escapeRdFilename()
.
For more information see Rdoc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.