Gets all values in an environment, a list, or a list environment
and returns an object of the same class (and dimensions).
All future elements are replaced by their corresponding
value()
values. For all other elements, the existing
object is kept.
values(x, stdout = TRUE, signal = TRUE, ...)
An environment, a list, or a list environment.
If TRUE, captured standard output is relayed, otherwise note.
If TRUE, captured (conditions) are relayed, otherwise not.
Additional arguments passed to value()
of each future.
An object of same type as x
and with the same names
and/or dimensions, if set.
If signal
is TRUE and one of the futures produces an error, then
that error is produced.