component: Create a component object

Description Usage Arguments Details Value See Also

Description

Create a component object for use in a pipeline.

Usage

1
component(value, name = NULL, vessel = NULL)

Arguments

value

pipeline or module object

name

Name of component

vessel

fileVessel or urlVessel

Details

A component contains either a pipeline or module object in its value output. Optionally it can contain a fileVessel or urlVessel in its vessel element, referencing the resource from which the component was loaded.

Value

component list containing:

name

component name

vessel

source vessel

value

pipeline or module object

See Also

pipeline, module


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.