Learn R Programming

R.oo (version 1.7.5)

getConstructorS3: Get a constructor method

Description

Get a constructor method.

Usage

## S3 method for class 'default':
getConstructorS3(name, ...)

Arguments

name
The name of the constructor function.
...
Not used.

See Also

setConstructorS3(). getMethodS3. isGenericS3.