R.oo (version 1.20.0)

Rdoc$methodsInheritedFrom: Gets all methods inherited from a class in Rd format

Description

Gets all methods inherited from a class in Rd format.

Usage

## Static method (use this): ## Rdoc$methodsInheritedFrom(class, visibility=c("public", "protected", "private"), ## showDeprecated=FALSE, inheritedFrom=NULL, sort=TRUE, trial=FALSE, ...)
## Don't use the below: "methodsInheritedFrom"(this, class, visibility=c("public", "protected", "private"), showDeprecated=FALSE, inheritedFrom=NULL, sort=TRUE, trial=FALSE, ...)

Arguments

...
Not used.

Value

Returns a character string.

See Also

For more information see Rdoc.