Learn R Programming

switchr (version 0.14.8)

removeLib: removeLib

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 code
if (FALSE) {
removeLib("mylibrary")
}

Run the code above in your browser using DataLab