powered by
Load a vmr environment containing a VagrantFile and create a vmr object (see [vmrCreate()] for object details).
vmrCreate()
vmrLoad(dir = "./", vagrantfileName = "Vagrantfile")
a vmr object
the vmr environment directory (default: "./")
a Vagrantfile name (default: "Vagrantfile")
It read a Vagrant file template with vmr compatible parameters. It's an experimental Vagrant file reading, some parameters may not be loaded.
if (FALSE) { # load the Vagrantfile in the current directory vmr <- vmrLoad(getwd()) }
Run the code above in your browser using DataLab