setDockerWorkerNumber,DummyProvider-method {DockerParallel} | R Documentation |
Create a Dummy provider for testing the container
Description
This function will set the environment variable dummyProviderWorkerNumber
and stores its
container in the slot workerContainer
.
Usage
## S4 method for signature 'DummyProvider'
setDockerWorkerNumber(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
Arguments
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
workerNumber |
Integer(1), the number of the workers. |
verbose |
Integer. The verbose level, default 1. |
Value
No return value
[Package DockerParallel version 1.0.4 Index]