vmrLocalBoxRemove: Remove a box from localhost

View source: R/vmr-methods.R

vmrLocalBoxRemoveR Documentation

Remove a box from localhost

Description

Remove a specific box from localhost.

Usage

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

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

Value

execution code or message

Examples

## Not run: 
lboxes <- vmrLocalBoxList()
vmrLocalBoxRemove(lboxes$Name[[1]])
# if multiple providers and versions
vmrLocalBoxRemove(lboxes$Name[[1]], lboxes$Provider[[1]], lboxes$Version[[1]])

## End(Not run)

vmr documentation built on March 31, 2023, 8:31 p.m.