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

run

Run a future


Description

Run a future

Usage

## S3 method for class 'Future'
run(future, ...)

Arguments

future

A Future.

...

Not used.

Details

This function can only be called once per future. Further calls will result in an informative error. If a future is not run when its value is queried, then it is run at that point.

Value

The Future object.


future

Unified Parallel and Distributed Processing in R for Everyone

v1.21.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

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