Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

future.apply

Apply Function to Elements in Parallel using Futures

Implementations of apply(), by(), eapply(), lapply(), Map(), .mapply(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. These future_*apply() functions come with the same pros and cons as the corresponding base-R *apply() functions but with the additional feature of being able to be processed via the future framework.

Functions (8)

future.apply

Apply Function to Elements in Parallel using Futures

v1.7.0
GPL (>= 2)
Authors
Henrik Bengtsson [aut, cre, cph], R Core Team [cph, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.