On 12-Jan-04 John Fox wrote:
> Dear Ted,
> [...]
> invisible(edit(df)), 
> or something equivalent, simply to look (and discard changes if they
> are made).

Thanks for the reminder about "invisible" -- as well as junk<-de(df)
one could use invisible(de(df)).

However, users please note:

  invisible(data.entry(df))

will change df (since that's what data.entry does "internally" on exit,
as a "side effect", whether wrapped in "invisible" or not).

Thanks,
Ted.

PS:

And now, playing with data.entry while writing this mail, I find
that clicking on the "COPY" button causes R to segfault:

arch     i686             
os       linux-gnu        
system   i686, linux-gnu  
status                    
major    1                
minor    8.0              
year     2003             
month    10               
day      08               
language R

[installed from RPM specially compiled for RedHat-9]



--------------------------------------------------------------------
E-Mail: (Ted Harding) <[EMAIL PROTECTED]>
Fax-to-email: +44 (0)870 167 1972
Date: 12-Jan-04                                       Time: 23:17:47
------------------------------ XFMail ------------------------------

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to