Learn R Programming

vmr (version 0.0.6)

vmrLoad: Load a vmr environment containing a Vagrant file

Description

Load a vmr environment containing a VagrantFile and create a vmr object (see [vmrCreate()] for object details).

Usage

vmrLoad(dir = "./", vagrantfileName = "Vagrantfile")

Value

a vmr object

Arguments

dir

the vmr environment directory (default: "./")

vagrantfileName

a Vagrantfile name (default: "Vagrantfile")

Details

It read a Vagrant file template with vmr compatible parameters. It's an experimental Vagrant file reading, some parameters may not be loaded.

Examples

Run this code
if (FALSE) {
# load the Vagrantfile in the current directory
vmr <- vmrLoad(getwd())
}

Run the code above in your browser using DataLab