Learn R Programming

cleaR

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

You can install cleaR directly from CRAN:

install.packages("cleaR")

The development version can be installed using

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

Copy Link

Version

Install

install.packages('cleaR')

Monthly Downloads

475

Version

0.0.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jonathan M. Mang

Last Published

July 19th, 2022

Functions in cleaR (0.0.4)

clear

Clean the console and environment-variables