Learn R Programming

R.oo (version 1.9.8)

clearLookupCache.Object: Clear internal fields used for faster lookup

Description

Clear internal fields used for faster lookup by removing these fields. This method is called whenever *gc() is called on the object.

Usage

## S3 method for class 'Object':
clearLookupCache(this, ...)

Arguments

...
Not used.

Value

  • Returns itself (invisible).

See Also

For more information see Object.