Skip to content

Instantly share code, notes, and snippets.

@jennybc
Created October 19, 2012 18:38
Show Gist options
  • Save jennybc/3919886 to your computer and use it in GitHub Desktop.
Save jennybc/3919886 to your computer and use it in GitHub Desktop.
Learning where to put your .Rprofile, where your R library is
## 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