Learn R Programming

vmr (version 0.0.6)

vmrSend: 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())

Value

0 if OK, message otherwise

Arguments

elt

list of files and directories

Examples

Run this code
if (FALSE) {
vmrSend(c("myfile"))
}

Run the code above in your browser using DataLab