mkdir_remote {qsub} | R Documentation |
Creates a remote directory with the specified group ownership and permissions.
Description
Creates a remote directory with the specified group ownership and permissions.
Usage
mkdir_remote(path, remote = FALSE, verbose = FALSE)
Arguments
path |
Directory path. If using |
remote |
Remote machine specification for ssh, in format such as |
verbose |
If |
[Package qsub version 1.1.3 Index]