Learn R Programming

parallelize.dynamic (version 0.9-1)

ParallelizeBackendLocal-class: Class "ParallelizeBackendLocal"

Description

Backend class implementing local execution

Arguments

Objects from the Class

Objects can be created by calls of the form new("ParallelizeBackendLocal", config, ...).

Slots

config:
Object of class "list" ~~
offline:
Object of class "logical" ~~
signature:
Object of class "character" ~~

Extends

Class "ParallelizeBackend", directly.

Methods

initialize
signature(.Object = "ParallelizeBackendLocal"): ...
lapply_dispatchFinalize
signature(self = "ParallelizeBackendLocal"): ...

See Also

ParallelizeBackend, ParallelizeBackendSnow, ParallelizeBackendOGSremote

Examples

Run this code
showClass("ParallelizeBackendLocal")

Run the code above in your browser using DataLab