[R] access to on.exit expressions in parent frames?
jhallman@frb.gov
jhallman at frb.gov
Thu Sep 1 19:11:47 CEST 2005
In R, sys.on.exit() retrieves the expression stored for use by 'on.exit' in
the function currently being evaluated. In S, you get the list of expressions
for the current frame and its parents. Is there any way I can do the same in
R? If not, can this be added? Maybe 'sys.on.exit' could take a frame number
or environment as an argument.
Jeff
More information about the R-help
mailing list