Learn R Programming

pcutils (version 0.2.8)

how_to_use_parallel: How to use parallel

Description

How to use parallel

Usage

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

Value

No return value

Arguments

loop

the main function