View source: R/lib-management.R
add_lib_path | R Documentation |
Add Library Path
add_lib_path(path, after, version = FALSE)
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 |
This functions primary use is when using Databricks notebooks or hosted RStudio, however, it works anywhere.
base::.libPaths()
, remove_lib_path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.