NIflow.add: Add an Item to a Flow

Description Arguments Details Value

Description

This function adds an item (an input or a function) to the flow.

Arguments

what

(character, or function) Item to add, Default: NULL

inputs

(character) List of required inputs, Default: NULL

output

(character) The "name" of the item inside the flow, Default: NULL

Details

If the item to add is an input, the only required (and used) argument is what. If it's a function, mandatory arguments are what, inputs and output.

Value

The updated flow.


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