init_cluster: Initialize parallel cluster

View source: R/cluster.R

init_clusterR Documentation

Initialize parallel cluster

Description

Creates and registers a parallel backend using the specified number of cores. Falls back to sequential execution if nCore <= 1.

Usage

init_cluster(nCore = 2)

Arguments

nCore

Number of cores to use (default is 2).


GBOP2 documentation built on April 11, 2025, 5:42 p.m.