Description Usage Arguments Details Value See Also Examples
Obtains the initializedInput
1 2 3 4  | 
object | 
 The   | 
Obtains the input from the AnalysisPipeline or StreamingAnalysisPipeline object
This method is implemented on the base class as it is a shared functionality types of Analysis Pipelines which extend this class
Dataframe for an AnalysisPipeline & SparkDataFrame for a StreamingAnalysisPipeline
Other Package core functions: BaseAnalysisPipeline-class,
MetaAnalysisPipeline-class,
assessEngineSetUp,
checkSchemaMatch,
createPipelineInstance,
exportAsMetaPipeline,
generateOutput,
genericPipelineException,
getLoggerDetails,
getOutputById,
getPipelinePrototype,
getPipeline, getRegistry,
initDfBasedOnType,
initialize,BaseAnalysisPipeline-method,
loadMetaPipeline,
loadPipeline,
loadPredefinedFunctionRegistry,
loadRegistry, prepExecution,
registerFunction,
savePipeline, saveRegistry,
setInput, setLoggerDetails,
updateObject,
visualizePipeline
1 2 3  | library(analysisPipelines)
pipelineObj <- AnalysisPipeline(input = iris)
pipelineObj %>>% getInput
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.