Learn R Programming

future.apply (version 1.11.2)

Apply Function to Elements in Parallel using Futures

Description

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.

Copy Link

Version

Install

install.packages('future.apply')

Monthly Downloads

228,446

Version

1.11.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

March 28th, 2024

Functions in future.apply (1.11.2)

future_Map

Apply a Function to Multiple List or Vector Arguments
future_by

Apply a Function to a Data Frame Split by Factors via Futures
future_apply

Apply Functions Over Array Margins via Futures
future.apply.options

Options used for future.apply
fold

Efficient Fold, Reduce, Accumulate, Combine of a Vector
makeChunks

Create Chunks of Index Vectors
future.apply

future.apply: Apply Function to Elements in Parallel using Futures
future_eapply

Apply a Function over a List or Vector via Futures