R.oo (version 1.22.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, ...)

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.