moduleResult: Create 'moduleResult' object

Description Usage Arguments Details Value See Also

Description

Create moduleResult object

Usage

1
moduleResult(outputList, modulePath, module)

Arguments

outputList

list of output objects

modulePath

file path to module output

module

module object which produced outputList

Details

This functions is used to construct the objects returned by runModule.

The module object returned, and its corresponding XML file, will specify the version of the language used to execute the source scripts in its moduleLanguage.

The export function can be used to export these objects to a gzipped tarfile. The resulting tarfile can be read loaded into conduit using the importModule function

Value

object of class componentResult and moduleResult containing:

name

module name

file

file path to resulting module XML

component

resulting module object

outputList

list of output objects produced by module

execLanguageVersion

executing language information

See Also

pipelineResult, module, runModule, export, importModule


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