Re: [R] question about attaching data

2013-03-28 Thread Gerrit Eichner
Hi, Pancho, 1. Quote: PLEASE do ... provide commented, minimal, self-contained, reproducible code. 2. Changes of variables of attached data frames are -- usually -- not permanent (i.e., "disappear" when the data frame is detached again). 3. The of use detach( dummy) is to detach the data f

[R] question about attaching data

2013-03-28 Thread Pancho Mulongeni
Hi I just would like to know, When I have a dataframe, like this one called 'dummy' And I attach it. Then I run my code. I then update the dataframe by making changes and I still call it 'dummy'. I run my code again. Now dummy is at position 1 and position 2 of the search path and if I run the co