Awesome. One package I like a lot is the furrr package. You use the function "future_map" as you do with the "map" function from the purrr package, but in parallel. Pretty easy.
@rayflyers6 ай бұрын
Take the code I commented on episode 144 and replace purrr::map() functions with furrr::future_map() functions.