Rdocumentation
powered by
Learn R Programming
R.oo (version 1.2.7)
getUsage.Rdoc: Gets the usage of a method
Description
Gets the usage of a method.
Usage
Rdoc$getUsage(method, class=NULL, ...)
Arguments
method
A method name (
character
string).
class
An optional class name (
character
string).
...
Not used.
Value
Returns a
character
string.
synopsis
getUsage.Rdoc(static, method, class=NULL, ...)
See Also
For more information see
Rdoc
.