[R] clear console

Gabor Grothendieck ggrothendieck at gmail.com
Sat Mar 31 16:34:08 CEST 2012


On Sat, Mar 31, 2012 at 9:53 AM, Rui Barradas <rui1174 at sapo.pt> wrote:
> Hello,
>
> Try
>
> cls2 <- function(lines=25) cat(rep("\n", lines))
> cls2()
>
> It's simpler, and doesn't need any special package.
> (In my system, R 2.14.1/Windows 7, i386 or x64,  '\f' didn't work.)
>

This may or may not be important but note that that leaves the cursor
at the bottom of the screen -- not the top.


-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-help mailing list