Learn R Programming

analysisPipelines (version 1.0.2)

initDfBasedOnType: initializes the AnalysisPipeline object with the input based on the provided type

Description

initializes the AnalysisPipeline object with the input based on the provided type

Usage

initDfBasedOnType(input, filePath)

Arguments

input

Input dataframe

filePath

File path where the .csv file is stored

Value

AnalysisPipeline object initialized with input

Details

Transforms provided inputs into R data frame regardless of the input provided, be it Spark DataFrames or Python data frames

See Also

Other Package core functions: BaseAnalysisPipeline-class, MetaAnalysisPipeline-class, assessEngineSetUp, checkSchemaMatch, createPipelineInstance, exportAsMetaPipeline, generateOutput, genericPipelineException, getInput, getLoggerDetails, getOutputById, getPipelinePrototype, getPipeline, getRegistry, initialize,BaseAnalysisPipeline-method, loadMetaPipeline, loadPipeline, loadPredefinedFunctionRegistry, loadRegistry, prepExecution, registerFunction, savePipeline, saveRegistry, setInput, setLoggerDetails, updateObject, visualizePipeline