how_to_use_parallel: How to use parallel

View source: R/project.R

how_to_use_parallelR Documentation

How to use parallel

Description

How to use parallel

Usage

how_to_use_parallel(
  loop = function(i) {
     return(mean(rnorm(100)))
 }
)

Arguments

loop

the main function

Value

No return value


pcutils documentation built on June 26, 2024, 1:06 a.m.