%label% {future}R Documentation

Specify label for a future assignment

Description

Specify label for a future assignment

Usage

fassignment %label% label

Arguments

fassignment

The future assignment, e.g. x %<-% { expr }.

label

An optional character string label attached to the future.


[Package future version 1.33.2 Index]