Learn R Programming

analysisPipelines (version 1.0.2)

checkSchemaMatch: Checks the schema of the input to a Pipeline object against the original

Description

Checks the schema of the input to a Pipeline object against the original

Usage

checkSchemaMatch(object, newData)

# S4 method for AnalysisPipeline checkSchemaMatch(object, newData)

Arguments

object

A Pipeline object

newData

The newData that the pipeline is to be initialized with

Value

Returns a list with details on added columns, removed columns, comparison between column classes, and a logical whether the schema has remained the same from the old dataframe to the new one

Details

Checks the schema of the new data frame that the pipeline is to be initialized with against the original schema that the pipeline was saved with. Provides a detailed comparison

See Also

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