AnalysisPipeline
or StreamingAnalysisPipeline
object by adding an operation to the pipelineUpdate the AnalysisPipeline
or StreamingAnalysisPipeline
object by adding an operation to the pipeline
updateObject(object, operation, heading = "", parameters, outAsIn = F,
storeOutput = F)# S4 method for BaseAnalysisPipeline
updateObject(object, operation,
heading = "", parameters, outAsIn = F, storeOutput = F)
object that contains input, pipeline, registry and output
function name to be updated in tibble
heading of that section in report
parameters passed to that function
whether to use original input or output from previous function
whether the output of this operation is to be stored
Updated AnalysisPipeline
StreamingAnalysisPipeline
object
The specified operation along with the heading and parameters is updated in the pipeline slot
of the AnalysisPipeline
or StreamingAnalysisPipeline
object, where the sequence of operations
to be performed is stored
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
,
savePipeline
, saveRegistry
,
setInput
, setLoggerDetails
,
visualizePipeline