getUsage.Rdoc: Gets the usage of a method

Rdoc$getUsageR Documentation

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 class '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.

Author(s)

Henrik Bengtsson

See Also

For more information see Rdoc.


HenrikBengtsson/R.oo documentation built on Jan. 31, 2024, 9:06 a.m.