Description Usage Arguments Details Value See Also Examples
Sets the input for an AnalysisPipeline or StreamingAnalysisPipeline object
1 2 3 4 |
object |
object that contains input, pipeline, registry and output |
input |
the input data frame |
filePath |
path to the file which needs to be read (currently supports .csv files) |
Assigns the input to the pipeline for an 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
Updated AnalysisPipeline StreamingAnalysisPipeline 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,
loadMetaPipeline,
loadPipeline,
loadPredefinedFunctionRegistry,
loadRegistry, prepExecution,
registerFunction,
savePipeline, saveRegistry,
setLoggerDetails,
updateObject,
visualizePipeline
1 2 3 | library(analysisPipelines)
pipelineObj <- AnalysisPipeline()
pipelineObj %>>% setInput(input = iris) -> pipelineObj
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.