March 24, 2022: Step-by-step guide for parallelizing your R code with Peter Solymos

The mini-workshop teaches you how to identify the parts of your workflow that can be easily parallelized. Quickly gain parallel superpowers and know exactly how much time you have before the jobs are complete, so you can hop out for a coffee!

Peter Solymos (YEGRUG organizer), showcased a step-by-step approach to interactively developing code, encapsulating it into a loop, then a function. In the end, you learn how to run code in parallel building upon these vectorized functions.