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

inputs(flow, ...)

Arguments

flow

(a flow) The flow where to add the input

...

(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.