View source: R/helper_functions.R
| lib.set_libPaths | R Documentation |
.libPaths() to the provided version specific package locations.Adds .Library and the paths of the specific versions of the provided
packages that are specified (and likely loaded before) to the .libPaths.
Note that this function will erase any current .libPaths() configuration silently.
lib.set_libPaths(packNameVersion, lib_location, additional_lib_paths = c())
packNameVersion |
A named character vector with package names and their version indication (e.g. |
lib_location |
The multiversion library location path (no default configured here!). |
additional_lib_paths |
Any additional |
The old .libPaths() content is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.