Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 243 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 243 Bytes

Clean-RStudio

Clean your RStudio

  • Simply use "eval(cc::cc)" to clean everything:
  1. Console,
  2. Plots,
  3. Environment,
  4. Packages.
  • Installation:
  1. install.packages("devtools")
  2. devtools::install_github('IanFla/Clean-RStudio')