Checks if a class is deprecated or not.

# S3 method for class 'Class'
isDeprecated(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if the class is deprecated, otherwise FALSE.

Author

Henrik Bengtsson

See also

class(). setConstructorS3(). For more information see Class.