result.Future {future} | R Documentation |
Get the results of a resolved future
## S3 method for class 'Future' result(future, ...)
future |
A Future. |
... |
Not used. |
This function is only part of the _backend_ Future API. This function is _not_ part of the frontend Future API.
The FutureResult object.