mclapply.hack: mclapply.hack

View source: R/utils.R

mclapply.hackR Documentation

mclapply.hack

Description

This function mimics forking (done with mclapply in Mac or Linux) for the Windows environment. Designed to be used just like mclapply. Credit goes to Nathan VanHoudnos.

Usage

mclapply.hack(..., verbose = FALSE, mc.cores = 1)

Arguments

verbose

Should users be warned this is hack-y? Defaults to FALSE.

mc.cores

Number of cores to use. Defaults to 1.

See Also

mclapply


DiSCos documentation built on Sept. 11, 2024, 6:11 p.m.