.modifySearchPath | R Documentation |
Intended for internal use only. It modifies the search path (i.e., search()
)
such that the packages required by the current module are placed first in the
search path. Note, several "core" packages are not touched; or more specifically,
they will remain in the search path, but may move down if packages are rearranged.
The current set of these core packages used by SpaDES can be found here:
SpaDES.core:::.corePackages
.modifySearchPath(
pkgs,
removeOthers = FALSE,
skipNamespacing = !getOption("spades.switchPkgNamespaces")
)
pkgs |
The packages that are to be placed at the beginning of the search path, |
removeOthers |
Logical. If |
skipNamespacing |
Logical. If |
Nothing. This is used for its side effects, which are "severe".
Eliot McIntire
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.