Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joundso/clear
clear the R console and environment
https://github.com/joundso/clear
Last synced: about 1 month ago
JSON representation
clear the R console and environment
- Host: GitHub
- URL: https://github.com/joundso/clear
- Owner: joundso
- License: gpl-3.0
- Created: 2022-02-22T15:16:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T17:31:53.000Z (about 1 year ago)
- Last Synced: 2024-11-09T16:47:05.664Z (about 1 month ago)
- Language: R
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cleaR
[![R CMD Check via {tic}](https://github.com/joundso/cleaR/workflows/R%20CMD%20Check%20via%20{tic}/badge.svg?branch=main)](https://github.com/joundso/cleaR)
[![linting](https://github.com/joundso/cleaR/workflows/lint/badge.svg?branch=main)](https://github.com/joundso/cleaR)
[![test-coverage](https://github.com/joundso/cleaR/workflows/test-coverage/badge.svg?branch=main)](https://github.com/joundso/cleaR)
[![codecov](https://codecov.io/gh/joundso/cleaR/branch/main/graph/badge.svg)](https://app.codecov.io/gh/miracum/misc-cleaR)
[![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/cleaR)](https://cran.r-project.org/package=cleaR)
[![Cran Checks](https://cranchecks.info/badges/worst/cleaR)](https://cran.r-project.org/web/checks/check_results_cleaR.html)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
```r
install.packages("remotes")
remotes::install_github("joundso/cleaR", ref = "dev")
```