cluster_setup.Rd
Convenience Function to set up a cluster used for multiprocessing
cluster_setup(ncores = 2, cluster_type = "FORK", debug = FALSE, outfile = NULL)
Numbers of processes the cluster should use
"FORK" or "PSOCK". Fork is faster but doesn't work on Windows
TRUE if the cluster log should be written to file
Path where the cluster log is written to in debug mode.