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
浙公网安备 33010602011771号