clearCache.Object {R.oo}R Documentation

Clear fields that are defined to have cached values

Description

Clear fields that are defined to have cached values by assigning NULL to these fields.

Usage

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

Arguments

... Not used.

Value

Returns itself (invisible).

Author(s)

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

See Also

To clear the cached fields and run the garbage collector see *gc(). For more information see Object.


[Package R.oo version 1.6.5 Index]