Parallel processing with a function that uses parallel processing?

119 Views Asked by At

I am using multidplyr package (my dataset, map, and MyFnc) for parallel processing in a dplyr syntax. However, MyFnc also uses parallel processing via parallel and doSnow libraries.

In this case, can I use parallel processing efficiently? Technically, what happens as a result of such a code?

Thank you, Kind regards.

0

There are 0 best solutions below