powered by
Remove a specific box from localhost.
vmrLocalBoxRemove(name, provider = "", version = "", force = FALSE)
execution code or message
the box name
the box provider (default: first provider found)
the box version (default: version available)
if TRUE force to remove
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