Gets the methods of a class in Rd format.

# S3 method for class 'Class'
getRdMethods(class, visibilities=c("private", "protected", "public"), ...)

Arguments

visibilities

A character string specifying what types of methods to return.

...

Not used.

Value

Returns a character string.

Author

Henrik Bengtsson

See also

For more information see Class.