Displaying 1 result from an estimated 1 matches for "sometrouble".
2006 Oct 17
2
Question about managing searching path
Hi all,
     I'm having sometrouble with managing the seach path, in a function , I need to attach some data set at the begining
and detach them at the end,  say,     myfunction<- function() { attach(mylist);      .............    detach(mylist) } ,
the problem is, since I am still debugging this code,  sometimes it got error and...