dot-execute_flow: Execute a Flow

Description Usage Arguments Value See Also

Description

This function allows to run a pipeline (flow) given some of its inputs.

Usage

1
2
.execute_flow(flow, inputs = list(), desired_outputs = NULL,
  initialize_outputs = TRUE, cleanup = TRUE, verbose = FALSE, ...)

Arguments

flow

(a NIflow) The flow to be executed.

inputs

(list) Inputs to use, Default: list()

desired_outputs

(character array) List of outputs to compute, Default: NULL

initialize_outputs

(logical) initialize outputs?, Default: TRUE

cleanup

(logical) perform cleanup of intermediate results?, Default: TRUE

verbose

(logical) print information of the executions?, Default: FALSE

...

Other arguments passed to subfunctions.

Value

A list with one (named) field for each desired_output.

See Also

readnii


neuroconductor/wf4ni documentation built on May 14, 2019, 12:54 a.m.