Created
October 19, 2012 18:38
-
-
Save jennybc/3919886 to your computer and use it in GitHub Desktop.
Learning where to put your .Rprofile, where your R library is
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## this is where your .Rprofile should live | |
R.home(component = "home") | |
## this is R's main library for add-on packages | |
.Library | |
## this shows all the libraries you have | |
## for newbies, will look same as above | |
.libPaths() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment