R/cluster.R

# ----------------------
# Author: Andreas Alfons
#         KU Leuven
# ----------------------

# clusterAssign <- function(cl, x, value) {
#     ans <- clusterCall(cl, 
#         function(x, value) {
#             assign(x, value, envir=.GlobalEnv)
#             NULL
#         }, 
#         x=x, value=value)
#     invisible(ans)
# }

Try the simFrame package in your browser

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

simFrame documentation built on Oct. 14, 2021, 5:24 p.m.