Parallel processing in R and referencing global variables -
i have large data frame takes day process. speed parallel processing. problem running seems functions used in parallel processing can't read or write global variables. have pass them through function think defeat purpose since of variables take lot of memory. there way access global variable within function during parallel processing? help
Comments
Post a Comment