Skip to content

HubertRonald/clcR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages