Learn R Programming

JointAI (version 1.1.0)

compare_data_structure: Compare the structure of two data.frames

Description

Compare the structure of two data.frames

Usage

compare_data_structure(data1, data2)

Value

nothing, but prints messages if the class of any variable changed or if the levels of any factor variable changed

Arguments

data1

a data.frame

data2

a data.frame