vmrProvision {vmr} | R Documentation |
Provision a vmr environment
Description
Provision a vmr environment.
Usage
vmrProvision(cmd = c(), elts = c(), dest = "")
Arguments
cmd |
list of shell commands |
elts |
list of files and/or directories |
dest |
destination of elts (default HOME/vmr) |
Details
Upload 'elts' files and/or directories to the guest machine 'dest' from the current vmr environment. And finaly run shell commands 'cmd' in the guest machine.
Value
NULL
[Package vmr version 0.0.6 Index]