dot-add_inputs: Add an Input to a Flow

Description Usage Arguments Value See Also

Description

This function adds a node of type input to a flow.

Usage

1
.add_inputs(flow, inputs = list())

Arguments

flow

(a flow) The flow where to add the input

inputs

(list or vector) List of the inputs to add, can be given with or without quotes, e.g. list(A, B) or list("A", "B"). Default: list()

Value

Returns (invisibly) the flow with added inputs.

See Also

add_vertices


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