Learn R Programming

dockr (version 0.8.6)

set_lib_paths: Set Library Paths Temporarily

Description

Set Library Paths Temporarily

Usage

set_lib_paths(dir_install)

Arguments

dir_install

character where should the package be installed on your system. Choose from `auto` (automatic detection), `temp` (temporary directory) or specify directory yourself.

Value

invisibly. Sets the library paths temporarily as a side effect. This will determine, where the package is installed.