R/pbreplicate.R

pbreplicate <-
function (n, expr, simplify = TRUE) 
pbsapply(integer(n), eval.parent(substitute(function(...) expr)), 
    simplify = simplify)

Try the pbapply package in your browser

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

pbapply documentation built on May 2, 2019, 5:30 p.m.