DummyProvider {DockerParallel}R Documentation

Create a Dummy provider for testing the container

Description

Create a Dummy provider for testing the container

Usage

DummyProvider(initialized = FALSE, isServerRunning = FALSE, cleanup = FALSE)

Arguments

initialized, isServerRunning, cleanup

logical(1), the flags

Value

A DummyProvider object

Examples

DummyProvider()

[Package DockerParallel version 1.0.4 Index]