powered by
AnalysisPipeline
StreamingAnalysisPipeline
Saves the AnalysisPipeline or StreamingAnalysisPipeline object to the file system without outputs
savePipeline(object, path)# S4 method for BaseAnalysisPipeline savePipeline(object, path)# S4 method for MetaAnalysisPipeline savePipeline(object, path)
# S4 method for BaseAnalysisPipeline savePipeline(object, path)
# S4 method for MetaAnalysisPipeline savePipeline(object, path)
object that contains input, pipeline, registry and output
the path at which the .Rda file containing the pipeline should be stored, along with the name of the file including a .Rda extension
Does not return a value
The AnalysisPipeline or StreamingAnalysisPipeline object is saved to the file system in the paths specified
This method is implemented on the base class as it is a shared functionality types of Analysis Pipelines which extend this class
Other Package core functions: BaseAnalysisPipeline-class, MetaAnalysisPipeline-class, assessEngineSetUp, checkSchemaMatch, createPipelineInstance, exportAsMetaPipeline, generateOutput, genericPipelineException, getInput, getLoggerDetails, getOutputById, getPipelinePrototype, getPipeline, getRegistry, initDfBasedOnType, initialize,BaseAnalysisPipeline-method, loadMetaPipeline, loadPipeline, loadPredefinedFunctionRegistry, loadRegistry, prepExecution, registerFunction, saveRegistry, setInput, setLoggerDetails, updateObject, visualizePipeline
BaseAnalysisPipeline-class
MetaAnalysisPipeline-class
assessEngineSetUp
checkSchemaMatch
createPipelineInstance
exportAsMetaPipeline
generateOutput
genericPipelineException
getInput
getLoggerDetails
getOutputById
getPipelinePrototype
getPipeline
getRegistry
initDfBasedOnType
initialize,BaseAnalysisPipeline-method
loadMetaPipeline
loadPipeline
loadPredefinedFunctionRegistry
loadRegistry
prepExecution
registerFunction
saveRegistry
setInput
setLoggerDetails
updateObject
visualizePipeline
# NOT RUN { library(analysisPipelines) pipelineObj <- AnalysisPipeline(input = iris) pipelineObj %>>% savePipeline(path = "./test.RDS") # }
Run the code above in your browser using DataLab