R.oo (version 1.20.0)

Rdoc$getUsage: Gets the usage of a method

Description

Gets the usage of a method.

Usage

## Static method (use this): ## Rdoc$getUsage(method, class=NULL, wrap=90L, indent=2L, ...)
## Don't use the below: "getUsage"(static, method, class=NULL, wrap=90L, indent=2L, ...)

Arguments

method
A method name (character string).
class
An optional class name (character string).
wrap
An integer specifying the maximum number of characters per line. Longer lines will be wrapped with newlines.
...
Not used.

Value

Returns a character string.

See Also

For more information see Rdoc.