Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. cluster <- create_cluster(CORES) %>%
  2. cluster_library(c("PACKAGE_NAME")) %>%
  3. cluster_copy(CUSTOM_VARIABLE)
  4.  
  5. then use parition and collect
Add Comment
Please, Sign In to add comment