%globals% {future}R Documentation

Specify globals for a future assignment

Description

Specify globals for a future assignment

Usage

fassignment %globals% globals

Arguments

fassignment

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

globals

(optional) a logical, a character vector, or a named list for controlling how globals are handled. For details, see section 'Globals used by future expressions' in the help for future().


[Package future version 1.6.0 Index]