坐山雕

导航

how to find out R library location in Mac OSX?

28
 

With .Library you get your default library location
With .libPaths("your/path") you can also get/set you library trees (see ?.libPaths)
and with getwd() resp. setwd("your/path") you get/set your working-directory

posted on 2020-12-29 10:49  坐山雕  阅读(61)  评论(0)    收藏  举报