Description Usage Arguments Details Value See Also
Checks the schema of the input to a Pipeline object against the original
1 2 3 4 | checkSchemaMatch(object, newData)
## S4 method for signature 'AnalysisPipeline'
checkSchemaMatch(object, newData)
|
object |
A Pipeline object |
newData |
The newData that the pipeline is to be initialized with |
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
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
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.