powered by
Creates a global library folder (above the folder R is currently installed in)
create.global.library(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() # }
Run the code above in your browser using DataLab