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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -