R.oo (version 1.26.0)

isDeprecated.Class: Checks if a class is deprecated or not

Description

Checks if a class is deprecated or not.

Usage

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

Value

Returns TRUE if the class is deprecated, otherwise FALSE.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

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