assign_cores: Assign cores to a data.frame

View source: R/multicore.R

assign_coresR Documentation

Assign cores to a data.frame

Description

Assigns the core (integer) to each row of a data.frame, given the desired number of cores.

Usage

assign_cores(df, n_core, split = FALSE)

Arguments

df

A data.frame.

n_core

The number of cores (integer) to split the data.frame.

split

Logical. Should the data.frame be split by cores?


neyhartj/neyhart documentation built on Jan. 17, 2024, 11:13 a.m.