track.preremove(obj, objName, envir, ...)
A track.preremove()
method should clean up other resources
(e.g., files) associated with obj
. The track.remove()
first calls track.preremove()
and then will removes obj
from the system after the call to track.preremove()
has
returned.