Re: [R] remove unused variable and data

2010-10-19 Thread Henrique Dallazuanna
Try this: rm(list = setdiff(ls(), 'poprho.3')) On Tue, Oct 19, 2010 at 11:29 PM, Jumlong Vongprasert < jumlong.u...@gmail.com> wrote: > Dear All >I have this > > ls() > [1] "IWJR.complete""IWJR.missing" "IWJR.reg.temp" > [4] "IWJR.reg.temp.x" "IWJR.reg.temp.y" "I

[R] remove unused variable and data

2010-10-19 Thread Jumlong Vongprasert
Dear All I have this > ls() [1] "IWJR.complete""IWJR.missing" "IWJR.reg.temp" [4] "IWJR.reg.temp.x" "IWJR.reg.temp.y" "IWJR.temp" [7] "Power.record.100.3.5" "col.delete" "correlation.100.3.5" [10] "i""index.temp" "iterate" [