set_lib_paths: Set Library Paths Temporarily

Description Usage Arguments Value

View source: R/set_lib_paths.R

Description

Set Library Paths Temporarily

Usage

1
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.


dockr documentation built on Dec. 20, 2019, 5:06 p.m.

Related to set_lib_paths in dockr...