add_lib_path {brickster} | R Documentation |
Add Library Path
Description
Add Library Path
Usage
add_lib_path(path, after, version = FALSE)
Arguments
path |
Directory that will added as location for which packages
are searched. Recursively creates the directory if it doesn't exist. On
Databricks remember to use |
after |
Location at which to append the |
version |
If |
Details
This functions primary use is when using Databricks notebooks or hosted RStudio, however, it works anywhere.
See Also
base::.libPaths()
, remove_lib_path()
[Package brickster version 0.2.5 Index]