Closed wlandau closed 1 year ago
I thought about writing a furrr/purrr-like package on top of crew, which could be done. But on reflection, I would rather just add a map() method to the controller class.
furrr
purrr
crew
map()
Still need to document in the README or a vignette.
Would also be good to add an optional progress bar.
I thought about writing a
furrr
/purrr
-like package on top ofcrew
, which could be done. But on reflection, I would rather just add amap()
method to the controller class.