Parallel processing in the tidyverse couldn’t be easier with the furrr package. If you are familiar with the purrr::map() function, then you’ll love furrr::future_map(), which we’ll use in this FREE R-Tip training to get a 2.6X speed-up in our code.

R…

Continue reading: Tidy Parallel Processing in R with …