dockerClusterExists {DockerParallel} | R Documentation |
Whether the cluster is running on the cloud?
Description
The function checks whether the cluster is running on the cloud. It returns
TRUE
if the cluster specific to the value from .getJobQueueName(cluster)
exists.
The default method always returns FALSE
Usage
dockerClusterExists(provider, cluster, verbose)
## S4 method for signature 'ANY'
dockerClusterExists(provider, cluster, verbose)
Arguments
provider |
S4 |
cluster |
S4 |
verbose |
Integer. The verbose level, default 1. |
Value
A logical value
Functions
-
dockerClusterExists,ANY-method
: The default method, it always returnsFALSE
.
[Package DockerParallel version 1.0.4 Index]