Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

methodsInheritedFrom.Rdoc

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:
## S3 method for class 'Rdoc'
methodsInheritedFrom(this, class, visibility=c("public", "protected", "private"),
  showDeprecated=FALSE, inheritedFrom=NULL, sort=TRUE, trial=FALSE, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see Rdoc.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.