R.oo (version 1.26.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: # S3 method for Rdoc getUsage(static, method, class=NULL, wrap=90L, indent=2L, ...)

Value

Returns a character string.

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.

Author

Henrik Bengtsson

See Also

For more information see Rdoc.