Learn R Programming

DockerParallel (version 1.0.4)

$<-,DockerCluster-method: Set the value of the exported object

Description

Set the value of the exported object

Usage

# S4 method for DockerCluster
$(x, name) <- value

Arguments

x

The DockerCluster object

name

Character, the name of the exported object

value

The value of the exported object

Value

The DockerCluster object