Analysis in R: “cleaR” package, which removes everything cleanly

RAnalytics
スポンサーリンク

Introducing a package to delete console contents and all objects (environment:environment). This package is recommended for those who want to clean up the R.

Package version is 0.0.4. Checked with R version 4.2.2.

スポンサーリンク

Install Package

Run the following command.

#Install Package
install.packages("cleaR")

Example

See the command and package help for details.

#Loading the library
library("cleaR")

#Delete console, all objects (environment): clear command
#Delete console: keep_console command; TRUE/FALSE
#Delete all objects (environment):keep_environment command;TRUE/FALSE
clear(keep_console = FALSE,
      keep_environment = FALSE)

I hope this makes your analysis a little easier !!

Amazon audibleの登録の紹介

プライム会員限定で2024年7月22日まで3か月無料体験キャンペーン開催中です。無料体験後は月額1,500円で聞き放題です。なお、聞き放題対象外の本はAudible会員であれば非会員価格の30%引きで購入することが可能です。

Amazon audibleはプロのナレーターが朗読した本をアプリで聞くことができるサービスで、オフライン再生も可能です。通勤や作業のお供にAmazon audibleのご登録はいかがでしょうか。

・AmazonのAudible

https://amzn.to/3L4FI5o

Copied title and URL