R/pbreplicate.R

pbreplicate <-
function (n, expr, simplify = "array", cl = NULL)
pbsapply(integer(n), eval.parent(substitute(function(...) expr)),
    simplify = simplify, cl = cl)

Try the pbapply package in your browser

Any scripts or data that you put into this service are public.

pbapply documentation built on July 9, 2023, 7:41 p.m.