dockerClusterExists {DockerParallel} | R Documentation |
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
dockerClusterExists(provider, cluster, verbose)
## S4 method for signature 'ANY'
dockerClusterExists(provider, cluster, verbose)
provider |
S4 |
cluster |
S4 |
verbose |
Integer. The verbose level, default 1. |
A logical value
dockerClusterExists,ANY-method
: The default method, it always returns FALSE
.