Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread Joshua Wiley
On Thu, Apr 14, 2011 at 7:47 AM, 1Rnwb wrote: > Thanks, I thought that removing the list would take care of it. the question > is I do not see a .Rhistory file in my current working directory, so where > it is stored. it is not visible in C:\Program files\R either. Serarching the > C;\ and D:\ dri

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread YAddo
Yep... Hitting the up arrow key upon the next initialization shows all the previous codes. I.e. after q() --- Y and re opening R console the next time. -- View this message in context: http://r.789695.n4.nabble.com/Clearing-Console-of-weeks-of-codes-tp3447506p3450541.html Sent from the R

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread B77S
If you don't want your history, why not just do this. >q() Save workspace image? [y/n/c]: >n ?? Am I missing something? 1Rnwb wrote: > > Thanks, I thought that removing the list would take care of it. the > question is I do not see a .Rhistory file in my current working directory, > so where

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread 1Rnwb
Thanks, I thought that removing the list would take care of it. the question is I do not see a .Rhistory file in my current working directory, so where it is stored. it is not visible in C:\Program files\R either. Serarching the C;\ and D:\ drives shows some old .Rhistory files but not the recent o

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread Philipp Pagel
Philipp Pagel > To: r-help@r-project.org > Sent: Thursday, April 14, 2011 10:23 AM > Subject: Re: [R] Clearing Console; of weeks of codes! > > > I do see I have weeks of codes in my console when I check with my arrow > up > > keys. I have

Re: [R] Clearing Console; of weeks of codes!

2011-04-14 Thread Philipp Pagel
> I do see I have weeks of codes in my console when I check with my arrow up > keys. I have been clearing them with Control L but it seems to clear it > clear the screen temporally. CTRL-L simply clears the screen and not the history. > I do see the previous codes again when I open R > the next

Re: [R] Clearing Console; of weeks of codes!

2011-04-13 Thread 1Rnwb
click in console window and type rm(list=ls(all=TRUE)), everything will be gone -- View this message in context: http://r.789695.n4.nabble.com/Clearing-Console-of-weeks-of-codes-tp3447506p3448041.html Sent from the R help mailing list archive at Nabble.com. _

[R] Clearing Console; of weeks of codes!

2011-04-13 Thread YAddo
Dear All: I do see I have weeks of codes in my console when I check with my arrow up keys. I have been clearing them with Control L but it seems to clear it clear the screen temporally. I do see the previous codes again when I open R the next day, after quitting the session! Q: How do I clear t