How would I register a PSOCK cluster (created using package Parallel) with foreach? I’m currently using registerDoSNOW in the doSNOW package to register a snow SOCK cluster.
How would I register a PSOCK cluster (created using package Parallel) with foreach ?
Share
Use
registerDoParallelfrom thedoParallelpackage on the cluster handle. It is essentially the same asregisterDoSNOWfor socket clusters.