there is something i want to do
実行中のRのInstalldirectoryを取得する
Syntax
Syntax
R.home()
RHOME <- R.home()
Comment
Comment
Rのインストールされたdirectorypathを返す。
Rのインストールされたdirectorypathを返す。
Example
> > R.home() [1] "/usr/local/R/3.3.1/lib64/R" > > RHOME<-R.home() > > RHOME [1] "/usr/local/R/3.3.1/lib64/R" >