init: Called when the backend driver is initialized.

Description Usage Arguments Methods (by class)

Description

Called when the backend driver is initialized.

Usage

1
2
3
4
5
6
7
init(x, ...)

## S4 method for signature 'ddRDriver'
init(x, ...)

## S4 method for signature 'ParallelddR'
init(x, executors = NULL, type = "FORK", ...)

Arguments

x

The driver object to initialize the backend for.

...

Other parameters to pass to the initialization routine.

executors

Number of cores to run with.

type

If "FORK", will use UNIX fork() method. If "PSOCK", will use SNOW method.

Methods (by class)


ddR documentation built on May 29, 2017, 6:52 p.m.