Description
Remove a switchr library and update the manifest of existing libraries
Usage
removeLib(name = NULL, repos = NULL, compEnv = NULL, fromStack = FALSE)
Value
NULL, called for its side-effect of removing/destroying a switchr
library
Arguments
- name
The name of the switchr library to remove
- repos
the url used to seed the library
- compEnv
a SwitchrCtx representing the library to remove
- fromStack
Whether the library should be removed if it
currently appears in the Context stack Defaults to false.
Examples
Run this codeif (FALSE) {
removeLib("mylibrary")
}
Run the code above in your browser using DataLab