Home » Parallel operations in R

Parallel operations in R

by Jack Simpson

I thought I’d start a list of some code examples I’ve found online which enable you to perform parallel operations in R and take advantage of multi-core processors.

I’ll try to add to this list from time-to-time when I come across new examples.

You may also like