R6Flow
or an Element
object.R/flow-functions.R
compute.R6Flow.Rd
Trigger computation for an R6Flow
or an Element
object.
# S3 method for R6Flow compute(x, ...) # S3 method for Element compute(x, ...)
x | A flow object, e.g. as returned by |
---|---|
... | Any other arguments will be ignored. |
Logical, whether the result is available to be collected.
Unlike collect
, it does not trigger an error if it fails
to compute and it does not return the actual result of the computation.