This entry was posted on Saturday, March 20th, 2010 at 3:07 pm and is filed under feature, r. You can follow any comments to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Matt, I was looking for this- online, funny your post came up! Miss you!Bogi
To remove all objects in ‘R’ rm(list = ls()) # This does not work. rm(list=(ls)()) # This does work. Because (ls) should be in paranthesis.
Both work for me.
Matt, I was looking for this- online, funny your post came up! Miss you!
Bogi
To remove all objects in ‘R’
rm(list = ls()) # This does not work.
rm(list=(ls)()) # This does work. Because (ls) should be in paranthesis.
Both work for me.