pipe: Creates a 'pipe' object

Description Usage Arguments Details Value See Also Examples

Description

Constructor method for a pipe object which connects the startComponent's startOutput to the endComponent's endInput.

Usage

1

Arguments

startComponent

Name of start component

startOutput

Name of start output

endComponent

Name of end module

endInput

Name of end input

Details

Accessor methods are defined to extract startComponent, startOutput, endComponent and endInput elements.

Value

The constructor returns a pipe object connecting startComponentName.startOutputName to endComponentName.endInputName

See Also

pipeline, addPipe

Examples

1
2
pipe1 <- pipe(startComponent = "setX", startOutput = "x",
              endComponent = "showY", endInput = "y")

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