create.global.library: Creates a global library folder

View source: R/create.global.library.R

create.global.libraryR Documentation

Creates a global library folder

Description

Creates a global library folder (above the folder R is currently installed in)

Usage

create.global.library(global_library_folder)

Arguments

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")

Value

TRUE/FALSE if we created a new folder or not.

Examples

## Not run: 
create.global.library()

## End(Not run)

installr documentation built on Nov. 13, 2022, 1:06 a.m.