isReferable.BasicObject {R.oo}R Documentation

Checks if the object is referable or not

Description

Checks if the object is referable or not.

Usage

## S3 method for class 'BasicObject':
isReferable(this, ...)

Arguments

... Not used.

Value

Returns a logical value, which by default is TRUE for all BasicObject's.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see BasicObject.


[Package R.oo version 1.6.5 Index]