install.pkgs.user_lib: Install Packages into R_LIBS_USER

View source: R/install_pkgs_user_lib.R

install.pkgs.user_libR Documentation

Install Packages into R_LIBS_USER

Description

This function will install into the folder listed under the environmental variable R_LIBS_USER. The user can specify this in the systems environmental variables or in the .Renviron file.

Usage

install.pkgs.user_lib(pkgs, ...)

Arguments

pkgs

string character vector list of packages

...

any other arguments passed to install.packages()

Details

Installs packages into the folder referenced by the R_LIBS_USER environmental variable.

Examples

## Not run: 
  pkgs <- c("RODBC","RJDBC")
  install.pkgs.user_lib(pkgs = pkgs, dependencies = TRUE)

## End(Not run)


Fredo-XVII/RToolShed documentation built on March 17, 2024, 12:15 p.m.