Creates a class-method name.
## Static method (use this):
## Rdoc$createName(class, method, escape=TRUE, ...)## Don't use the below:
# S3 method for Rdoc
createName(static, class, method, escape=TRUE, ...)
A class name (character
string).
A method name (character
string).
If TRUE
, non-valid filename characters are escaped into
valid character strings.
Not used.
Returns character
string.
*escapeRdFilename()
.
For more information see Rdoc
.