rm_remote: Remove a file or folder

Description Usage Arguments

View source: R/ssh.R

Description

Remove a file or folder

Usage

1
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 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.

recursive

Whether to work recursively

force

Whether to force removal

verbose

If TRUE prints the command.


rcannood/qsub documentation built on Sept. 26, 2021, 8:55 a.m.