Trigger computation for an R6Flow or an Element object.

# S3 method for R6Flow
compute(x, ...)

# S3 method for Element
compute(x, ...)

Arguments

x

A flow object, e.g. as returned by flow_fn.

...

Any other arguments will be ignored.

Value

Logical, whether the result is available to be collected.

Details

Unlike collect, it does not trigger an error if it fails to compute and it does not return the actual result of the computation.