inputs: Add an Input to a Flow

Description Usage Arguments Value

View source: R/workflows.R

Description

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

Usage

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


neuroimaginador/tidyneuro documentation built on Jan. 1, 2021, 11:44 a.m.