mkdir_remote: Creates a remote directory with the specified group ownership...

Description Usage Arguments

View source: R/ssh.R

Description

Creates a remote directory with the specified group ownership and permissions.

Usage

1
mkdir_remote(path, remote = FALSE, verbose = FALSE)

Arguments

path

Directory path. If using remote, this should be a full path or a path relative to the user's home directory.

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.

verbose

If TRUE prints the command.


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