Created
July 6, 2021 10:58
-
-
Save verajosemanuel/3057941240a519007e9f5d186bf31908 to your computer and use it in GitHub Desktop.
solve #connection #error using #multicore #parallell in #R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unregister_dopar <- function() { | |
env <- foreach:::.foreachGlobals | |
rm(list=ls(name=env), pos=env) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment