Learn R Programming

mirai (version 2.0.1)

register_cluster: Register Mirai Cluster

Description

Registers 'miraiCluster' with the parallel package as cluster type 'MIRAI' and (optionally) makes it the default cluster type.

Usage

register_cluster(default = TRUE)

Value

Invisible NULL

Arguments

default

[default TRUE] logical value whether to also register 'miraiCluster' as the default cluster type.

Examples

Run this code
tryCatch(mirai::register_cluster(), error = identity)

Run the code above in your browser using DataLab