rm_remote {qsub} | R Documentation |
Remove a file or folder
Description
Remove a file or folder
Usage
rm_remote(path, remote, recursive = FALSE, force = FALSE, verbose = FALSE)
Arguments
path |
Path of the file/folder |
remote |
Remote machine specification for ssh, in format such as |
recursive |
Whether to work recursively |
force |
Whether to force removal |
verbose |
If |
[Package qsub version 1.1.3 Index]