Description Usage Arguments Details Value See Also Examples
Method to export a meta-pipeline
1 2 3 4 | exportAsMetaPipeline(object)
## S4 method for signature 'BaseAnalysisPipeline'
exportAsMetaPipeline(object)
|
object |
A Pipeline object |
This method exports a Pipeline object i.e. of the classes AnalysisPipeline or
StreamingAnalysisPipeline as a meta-pipeline
an object of class "MetaAnalysisPipeline"
Other Package core functions: BaseAnalysisPipeline-class,
MetaAnalysisPipeline-class,
assessEngineSetUp,
checkSchemaMatch,
createPipelineInstance,
generateOutput,
genericPipelineException,
getInput, getLoggerDetails,
getOutputById,
getPipelinePrototype,
getPipeline, getRegistry,
initDfBasedOnType,
initialize,BaseAnalysisPipeline-method,
loadMetaPipeline,
loadPipeline,
loadPredefinedFunctionRegistry,
loadRegistry, prepExecution,
registerFunction,
savePipeline, saveRegistry,
setInput, setLoggerDetails,
updateObject,
visualizePipeline
1 2 3 4 5 6 | ## Not run:
#' pipelineObj <- AnalysisPipeline(input = iris)
pipelineObj %>>% univarCatDistPlots(uniCol = "Species") %>>%
exportAsMetaPipeline -> exportedMetaPipeline
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.