Learn R Programming

vmr (version 0.0.6)

vmrDestroy: Remove all resources created in a vmr environment

Description

Remove all resources created by vmrStart()

Usage

vmrDestroy(id = "", force = FALSE)

Value

the vagrant environment id

Arguments

id

a vmr environment id (default : "" id from the current environment)

force

if TRUE force to remove

Details

Will by default remove all resources created from the current vmr environment. By specifying the id any environment with this id will be remove.

Examples

Run this code
if (FALSE) {
vmrStop()
vmrDestroy()
}

Run the code above in your browser using DataLab