RE: [R] How to define a destructor of an object?

2004-05-18 Thread Shin, Daehyok
ey > Sent: Tuesday, May 18, 2004 AM 10:29 > To: Shin, Daehyok > Cc: R, Help > Subject: Re: [R] How to define a destructor of an object? > > > On Tue, 18 May 2004, Shin, Daehyok wrote: > > > Is there any way to define a destructor method of an object, > > which is called

Re: [R] How to define a destructor of an object?

2004-05-18 Thread Thomas Lumley
On Tue, 18 May 2004, Shin, Daehyok wrote: > Is there any way to define a destructor method of an object, > which is called automatically when garbage collector reclaims it? > yes, there is support for finalizers at both the C and R levels. For the R level see ?reg.finalizer. I thought there was d

[R] How to define a destructor of an object?

2004-05-18 Thread Shin, Daehyok
Is there any way to define a destructor method of an object, which is called automatically when garbage collector reclaims it? Daehyok Shin __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin