Remove a file or folder
rm_remote(path, remote, recursive = FALSE, force = FALSE, verbose = FALSE)
Path of the file/folder
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
.
Whether to work recursively
Whether to force removal
If TRUE
prints the command.