Learn R Programming

vmr (version 0.0.6)

vmrLocalBoxRemove: Remove a box from localhost

Description

Remove a specific box from localhost.

Usage

vmrLocalBoxRemove(name, provider = "", version = "", force = FALSE)

Value

execution code or message

Arguments

name

the box name

provider

the box provider (default: first provider found)

version

the box version (default: version available)

force

if TRUE force to remove

Examples

Run this code
if (FALSE) {
lboxes <- vmrLocalBoxList()
vmrLocalBoxRemove(lboxes$Name[[1]])
# if multiple providers and versions
vmrLocalBoxRemove(lboxes$Name[[1]], lboxes$Provider[[1]], lboxes$Version[[1]])
}

Run the code above in your browser using DataLab