Write to a file remotely
write_remote(x, path, remote = FALSE, verbose = FALSE)
The text to write to the file.
Path of the file.
Remote machine specification for ssh, in format such as user@server
that does not
require interactive password entry. For local execution, pass FALSE
(default). For
execution on the default qsub config remote, use TRUE
.
If TRUE
prints the command.