Learn R Programming

DockerParallel (version 1.0.4)

dockerClusterExists: 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 ANY dockerClusterExists(provider, cluster, verbose)

Arguments

provider

S4 CloudProvider object. The service provider.

cluster

S4 DockerCluster object.

verbose

Integer. The verbose level, default 1.

Value

A logical value

Functions

  • dockerClusterExists,ANY-method: The default method, it always returns FALSE.