Learn R Programming

ddR (version 0.1.2)

init: Called when the backend driver is initialized.

Description

Called when the backend driver is initialized.

Usage

init(x, ...)
"init"(x, ...)
"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)

  • ddRDriver: Default backend initialization message.
  • ParallelddR: Initialization for parallel