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

getRdMethods.ClassR Documentation

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'
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(s)

Henrik Bengtsson

See Also

For more information see Class.


HenrikBengtsson/R.oo documentation built on Jan. 31, 2024, 9:06 a.m.