runComponent: Run a component

Description Usage Arguments Details Value

Description

This function executes a single pipeline component with runModule or runPipeline.

Usage

1
runComponent(component, inputList = list(), pipelinePath = getwd())

Arguments

component

component to be executed

inputList

Named list of input objects

pipelinePath

Pipeline output directory

Details

If the component refers to a module, the names of the elements in inputList must match the names the module's input names.

pipelinePath must exist on the filesystem.

Value

componentResult object


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