View source: R/helper_functions.R
lib.load_namespaces | R Documentation |
Load (but do not attach) the namespaces of a list of packages.
lib.load_namespaces( packages_to_load_in_ns, lib_location = lib.location(), additional_lib )
packages_to_load_in_ns |
A named character vector with package names and their version indication (e.g. ‘c(dplyr = ’>= 0.4.0', ggplot = ”)'). |
lib_location |
The folder which contains the multiversion library. By default, it checks the environment variable |
additional_lib |
A single or multiple paths that must be used in addition to the lib_location for looking up the packages. Non existing paths are silently ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.