Re: [R] Keyword to clear the screen

2010-09-15 Thread Ron Michael
: From: Ron Michael Subject: [R] Keyword to clear the screen To: r-h...@stat.math.ethz.ch Date: Wednesday, 15 September, 2010, 8:27 PM Hi all, can anyone please tell me what is the key-word to clear the screen? I am aware of the "cont+L", however I need some R-syntax, that can be typed

Re: [R] Keyword to clear the screen

2010-09-15 Thread Henrique Dallazuanna
Try this (for windows): clear <- function() { library(RDCOMClient) ws <- COMCreate("WScript.Shell") invisible(ws$SendKeys('^L')) } On Wed, Sep 15, 2010 at 10:27 AM, Ron Michael wrote: > Hi all, can anyone please tell me what is the key-word to clear the screen? > I am aware of the "

Re: [R] Keyword to clear the screen

2010-09-15 Thread Ivan Calandra
The first result of RSiteSearch("clear console") gives PBSmodelling::clearRcon() Ivan Le 9/15/2010 15:27, Ron Michael a écrit : > Hi all, can anyone please tell me what is the key-word to clear the screen? I > am aware of the "cont+L", however I need some R-syntax, that can be typed > into t

[R] Keyword to clear the screen

2010-09-15 Thread Ron Michael
Hi all, can anyone please tell me what is the key-word to clear the screen? I am aware of the "cont+L", however I need some R-syntax, that can be typed into the console to clear the screen.   Thanks [[alternative HTML version deleted]] __ R-h