future (version 1.16.0)

values: Get all values in a container

Description

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.

Usage

values(x, stdout = TRUE, signal = TRUE, ...)

Arguments

x

An environment, a list, or a list environment.

stdout

If TRUE, captured standard output is relayed, otherwise note.

signal

If TRUE, captured (conditions) are relayed, otherwise not.

Additional arguments passed to value() of each future.

Value

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.