scratch/srcCluster.R

clusterApplyLB <- function(){
	argfun <- function(i) c(list(x[[i]]), list(...))
	dynamicClusterApply(cl, fun, length(x), argfun)
}
trace(clusterApplyLB,recover)	#untrace(clusterApplyLB)

Try the twSnowfall package in your browser

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

twSnowfall documentation built on May 2, 2019, 4:47 p.m.