powered by
Mount a host directory to the guest machine.
vmrMountDir(vmr, src = "", dest = "")
a vmr object
a host directory
a destination guest directory
If the option of mounting a directory is available in the guest provider, it will mount src to destination directory. Calling with no arguments will disable this option.
if (FALSE) { boxes <- vmrList() vmr <- vmrCreate(boxes$Name[1]) vmr <- vmrMountDir(vmr, src = getwd(), dest = "/vmr") vmr <- vmrInitEnv(vmr) vmrStart() }
Run the code above in your browser using DataLab