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
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
相关文章: