difiore / clcR

cleanup R studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clcR

clc.R cleans RStudio Terminal or RStudio Console or Terminal macOS with:

clc

Main Features

  • Can customize command for cleaning of the RStudio Terminal or RStudio Console or Terminal macOS

Replace 'clc' in this file by:

##  'cls' command DOS
##  'clear' terminal macOS / Linux / Unix
##  Or whatever you choose

Or in console or in terminal

source("clc.R") or source("yourPath/clc.R")
clear <- 0
class(clear) <- 'cleanup'

To use it directly:

source("clc.R") or source("yourPath/clc.R")
clc # when you need it

Built With

  • R - R is a free software environment for statistical computing and graphics.

Authors

See also the list of contributors who participated in this project.

Inspiration

Command clc comes from Matlab and Octave this clears your workspace.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

cleanup R studio

License:MIT License


Languages

Language:R 100.0%