:
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
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 "
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
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
4 matches
Mail list logo