preflight.Rd
Preflight checks for a flow
preflight(fl)
A flow().
flow()
The flow object (invisibly), after printing preflight diagnostics.
# \donttest{ grid <- data.frame(x = 1:3) fl <- flow(grid) |> stage("sq", function(x) x^2, schema = returns(result = dbl())) preflight(fl) # }