Description Usage Arguments Details Value See Also Examples
View source: R/core-functions-meta-pipelines.R
Load a meta-pipeline
1  | loadMetaPipeline(path)
 | 
path | 
 the path at which the .Rds file containing the pipeline is located  | 
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
An MetaAnalysisPipeline object
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
1 2 3 4  | ## Not run: 
 loadMetaPipeline(path = "./metaPipeline.RDS")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.