Learn R Programming

analysisPipelines (version 1.0.2)

loadMetaPipeline: Load a meta-pipeline

Description

Load a meta-pipeline

Usage

loadMetaPipeline(path)

Arguments

path

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

Value

An MetaAnalysisPipeline object

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

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

Run this code
# NOT RUN {
 loadMetaPipeline(path = "./metaPipeline.RDS")
# }

Run the code above in your browser using DataLab