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, ...)

Arguments

class

A class name (character string).

method

A method name (character string).

escape

If TRUE, non-valid filename characters are escaped into valid character strings.

...

Not used.

Value

Returns character string.

Author

Henrik Bengtsson

See also

*escapeRdFilename(). For more information see Rdoc.