joundso / cleaR

clear the R console and environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cleaR

R CMD Check via {tic} linting test-coverage codecov CRAN Status Badge Cran Checks

The R package cleaR provides a function clear() to be used to clean the console and the whole R environment. After calling cleaR::clear(), all assigned variables, functions and the printed stuff in the console will be removed.

Installation

The development version can be installed using

install.packages("remotes")
remotes::install_github("joundso/cleaR", ref = "dev")

About

clear the R console and environment

License:GNU General Public License v3.0


Languages

Language:R 100.0%