R.oo (version 1.0.3)

getRdMethods.Class: Gets the methods of a class in Rd format

Description

Gets the methods of a class in Rd format.

Usage

## S3 method for class 'Class}(class, visibility=c("public", "protected", "private"), showDeprecated=FALSE, trial=FALSE, ...)':
getRdMethodsundefined

visibility{A character string specifying which methods to return.}
 showDeprecated{If TRUE, deprecated methods are returned,
       otherwise not.}
 trial{If TRUE, trial methods are returned, otherwise not.}
  ...{Not used.}

Returns a character string.

[object Object]

For more information see Class.

documentation

Arguments