Learn R Programming

R.oo (version 1.7.5)

isReferable.BasicObject: 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{Henrik Bengtsson (url{http://www.braju.com/R/})} seealso{ For more information see code{BasicObject}. } keyword{programming} keyword{methods} keyword{internal} keyword{methods}