Add Library Path
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
/dbfs/
or/Volumes/...
as a prefix.- after
Location at which to append the
path
value after.- version
If
TRUE
will add the R version string to the end ofpath
. This is recommended if using different R versions and sharing a commonpath
between users.
Details
This functions primary use is when using Databricks notebooks or hosted RStudio, however, it works anywhere.