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

Description Usage Arguments Details Value See Also

Description

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

Usage

1
2
3
4
checkSchemaMatch(object, newData)

## S4 method for signature 'AnalysisPipeline'
checkSchemaMatch(object, newData)

Arguments

object

A Pipeline object

newData

The newData that the pipeline is to be initialized with

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

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

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


analysisPipelines documentation built on July 1, 2020, 7:09 p.m.