Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

createName.Rdoc

Creates a class-method name


Description

Creates a class-method name.

Usage

## 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(s)

Henrik Bengtsson

See Also

*escapeRdFilename(). For more information see Rdoc.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.