Rdoc$getClassS4Usage {R.oo}R Documentation

Gets the usage of a S4 class

Description

Gets the usage of a S4 class.

Usage

## Static method (use this):
## Rdoc$getClassS4Usage(class, ...)

## Don't use the below:
## S3 method for class 'Rdoc'
getClassS4Usage(static, class, ...)

Arguments

class

A class name (character string).

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see Rdoc.


[Package R.oo version 1.25.0 Index]