registerFinalizer.Object {R.oo} | R Documentation |
Registers a finalizer hook for the object.
The finalizer hook calls *finalize()
on the Object
when
it is garbage collected.
This method is only intended to be called inside the constructor, if
at all.
## S3 method for class 'Object' registerFinalizer(this, ...)
... |
Not used. |
Returns nothing.
Henrik Bengtsson
Internally, reg.finalizer
() is used.
For more information see Object
.