I use R Studio (Version 0.98.994 on Mac) and R version 3.1.1 (2014-07-10). I find that whenever I clear my environment the environment does not completely clear, even when I check "Include Hidden Objects (the environment appears cleared, but I can rerun a section of my syntax and, for example print a table with the created variable and one from the same data set that has not yet been reloaded to the environment). I'd like to know how to fully clear my workspace and have a check in place to ensure I have cleared it completely. Has anyone else run into this problem before? This seems like a basic problem but I've not found any info on it in the help archives. Kind regards, Chad -- Chad M. Danyluck, MA PhD Candidate, Psychology University of Toronto ?There is nothing either good or bad but thinking makes it so.? - William Shakespeare [[alternative HTML version deleted]]
You seem to be talking about something in the RStudio front end, not in R, which means you're writing to the wrong place. They have their own support forums. Duncan Murdoch On 18/03/2015 4:59 PM, Chad Danyluck wrote:> I use R Studio (Version 0.98.994 on Mac) and R version 3.1.1 (2014-07-10). > I find that whenever I clear my environment the environment does not > completely clear, even when I check "Include Hidden Objects (the > environment appears cleared, but I can rerun a section of my syntax and, > for example print a table with the created variable and one from the same > data set that has not yet been reloaded to the environment). I'd like to > know how to fully clear my workspace and have a check in place to ensure I > have cleared it completely. Has anyone else run into this problem before? > This seems like a basic problem but I've not found any info on it in the > help archives. > > Kind regards, > > Chad >
Thanks for pointing me in the right direction. Best, Chad On Wed, Mar 18, 2015 at 6:00 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:> You seem to be talking about something in the RStudio front end, not in > R, which means you're writing to the wrong place. They have their own > support forums. > > Duncan Murdoch > > On 18/03/2015 4:59 PM, Chad Danyluck wrote: > > I use R Studio (Version 0.98.994 on Mac) and R version 3.1.1 > (2014-07-10). > > I find that whenever I clear my environment the environment does not > > completely clear, even when I check "Include Hidden Objects (the > > environment appears cleared, but I can rerun a section of my syntax and, > > for example print a table with the created variable and one from the same > > data set that has not yet been reloaded to the environment). I'd like to > > know how to fully clear my workspace and have a check in place to ensure > I > > have cleared it completely. Has anyone else run into this problem before? > > This seems like a basic problem but I've not found any info on it in the > > help archives. > > > > Kind regards, > > > > Chad > > > >-- Chad M. Danyluck, MA PhD Candidate, Psychology University of Toronto ?There is nothing either good or bad but thinking makes it so.? - William Shakespeare [[alternative HTML version deleted]]