inst/oldcode/snow.R

#' Make A SNOW Cluster Act Like A Unix Fork
#'
#' Evaluate code that appears before a call to lapply
#'
#' @export
snow_fork = function(code)
{

    #TODO: Implement me
    find_call(code, "lapply")

}

Try the makeParallel package in your browser

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

makeParallel documentation built on May 2, 2019, 9:40 a.m.