Given that I have a very large dataframe, please advise if there is a function in R to make dplyr::mutate
to run in parallel multicored?
Like furrr
package where you can set the plan
and run multicored.
Given that I have a very large dataframe, please advise if there is a function in R to make dplyr::mutate
to run in parallel multicored?
Like furrr
package where you can set the plan
and run multicored.