Description Usage Arguments Value Functions
Get the server container from the worker container. This function will
be called by the DockerCluster
object when the user only provides a worker container
to its constructor.
There is no default method defined for this generic.
1 2 3 4 5 6 7 | getServerContainer(workerContainer)
## S4 method for signature 'DummyContainer'
getServerContainer(workerContainer)
## S4 method for signature 'ANY'
getServerContainer(workerContainer)
|
workerContainer |
The worker container. |
A server container
getServerContainer,DummyContainer-method
: method for the dummy container
getServerContainer,ANY-method
: The default method throws an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.