%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. x %<-% { expr }.

strategy

The mechanism for how the future should be resolved. See plan() for further details.

See Also

The plan() function sets the default plan for all futures.


[Package future version 1.33.2 Index]