file_exists_remote {qsub} | R Documentation |
Checks if a local or remote file exists.
Description
Checks if a local or remote file exists.
Usage
file_exists_remote(file, remote = FALSE, verbose = FALSE)
Arguments
file |
File path. |
remote |
Remote machine specification for ssh, in format such as |
verbose |
If |
Value
TRUE
or FALSE
indicating whether the file exists.
Examples
## Not run:
file_exists_remote("~/myfile.csv", remote = "me@myserver")
# [1] TRUE
## End(Not run)
[Package qsub version 1.1.3 Index]