View source: R/create.global.library.R
create.global.library | R Documentation |
Creates a global library folder (above the folder R is currently installed in)
create.global.library(global_library_folder)
global_library_folder |
the path of the new global library folder to create. If missing, will be set to R_path/R/library. (for example: "C:/Program Files/R/library") |
TRUE/FALSE if we created a new folder or not.
## Not run: create.global.library() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.