%plan% {future} | R Documentation |
Use a specific plan for a future assignment
Description
Use a specific plan for a future assignment
Usage
fassignment %plan% strategy
Arguments
fassignment |
The future assignment, e.g.
|
strategy |
The mechanism for how the future should be
resolved. See |
See Also
The plan()
function sets the default plan for all futures.
[Package future version 1.34.0 Index]