Friday 7 August 2015

Clear R console

If you are running on mac, use (Option + Command + L ) . It clears the console.

                           (OR)

$ clc <- function() cat(rep("\n",50))
$ clc()

Above function clears the console.


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment