loadMetaPipeline: Load a meta-pipeline

Description Usage Arguments Details Value See Also Examples

View source: R/core-functions-meta-pipelines.R

Description

Load a meta-pipeline

Usage

1

Arguments

path

the path at which the .Rds file containing the pipeline is located

Details

This function loads a meta-pipeline from a file system, and returns the meta-pipeline object, which can be assigned to an object in the environment.

Note - When a meta-pipeline is loaded, the existing registry is overwritten with the registry saved with the meta-pipeline

Value

An MetaAnalysisPipeline object

See Also

Other Package core functions: BaseAnalysisPipeline-class, MetaAnalysisPipeline-class, assessEngineSetUp, checkSchemaMatch, createPipelineInstance, exportAsMetaPipeline, generateOutput, genericPipelineException, getInput, getLoggerDetails, getOutputById, getPipelinePrototype, getPipeline, getRegistry, initDfBasedOnType, initialize,BaseAnalysisPipeline-method, loadPipeline, loadPredefinedFunctionRegistry, loadRegistry, prepExecution, registerFunction, savePipeline, saveRegistry, setInput, setLoggerDetails, updateObject, visualizePipeline

Examples

1
2
3
4
## Not run: 
 loadMetaPipeline(path = "./metaPipeline.RDS")

## End(Not run)

analysisPipelines documentation built on July 1, 2020, 7:09 p.m.