R/globals_OP.R
grapes-globals-grapes.Rd
Specify globals and packages for a future assignment
fassignment %globals% globals
fassignment %packages% packages
The future assignment, e.g.
x %<-% { expr }
.
(optional) a logical, a character vector, or a named list
to control how globals are handled.
For details, see section 'Globals used by future expressions'
in the help for future()
.
(optional) a character vector specifying packages to be attached in the R environment evaluating the future.