I am looking for a function that will take two vectors simultaneously and perform parallel computing. For an example, if we want to use "sapply" in parallel with multiple cores, we use "parSapply()". I searched on google but did not find anything similar to "parMapply()". Any suggestions, please.
The package parallel comes with the mcmapply function that behaves like mapply but can use mulitple cores.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With