checkSchema: Compare the schemas of two dataframes

Description Usage Arguments Details Value See Also

View source: R/core-functions-batch.R

Description

Compare the schemas of two dataframes

Usage

1
checkSchema(dfOld, dfNew)

Arguments

dfOld

Old dataframe

dfNew

New dataframe

Details

Compares the schemas of two dataframes, providing information on added and removed columns in the new dataframe as compared to the old

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 for batch/one-time analyses: AnalysisPipeline-class, generateReport, initialize,BaseAnalysisPipeline-method


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