Dear all,
I've written some function where global assignements are requested,
for instance:
fn<-function(....){
x<<-....
y<<-....
....
rm(x,y, w=1)
return(....)}
Everything works but S+ with the output returns also
Warning messages:
"1" to be removed not in database in: remove(list)
The same function with "rm(x, y, pos=1)" in R works perfectly without any
warning!!!
Is it possible to dropt the warning? I'm running S+2000-3 for WinMe.
Best,
vito
_________________________________________________________________
Scarica GRATUITAMENTE MSN Explorer all'indirizzo
http://explorer.msn.it/intl.asp
|