vmrSend {vmr} | R Documentation |
Send files and/or directories to guest machine
Description
Send files and/or directories to the guest machine in the current vmr environment. They are upload into ~/vmr/ directory.
Usage
vmrSend(elt = c())
Arguments
elt |
list of files and directories |
Value
0 if OK, message otherwise
Examples
## Not run:
vmrSend(c("myfile"))
## End(Not run)
[Package vmr version 0.0.6 Index]