my_mclapply: Allows mclapply function to work in PC This function will...

View source: R/my_mclapply.R

my_mclapplyR Documentation

Allows mclapply function to work in PC This function will hack the mclappy function to work in PC and use multipl e cores for the analysis. It was created by someone else and the original version is here: https://www.r-bloggers.com/implementing-mclapply-on-windows-a-primer-on-embarrassingly-parallel-computation-on-multicore-systems-with-r/

Description

Allows mclapply function to work in PC This function will hack the mclappy function to work in PC and use multipl e cores for the analysis. It was created by someone else and the original version is here: https://www.r-bloggers.com/implementing-mclapply-on-windows-a-primer-on-embarrassingly-parallel-computation-on-multicore-systems-with-r/

Usage

my_mclapply(...)

Arguments

...

Nothing, just run the function and the mclapply function will change

Value

A modified, or not, version of mclapply


jepa/MyFunctions documentation built on June 14, 2025, 1:12 p.m.