Skip to contents

Compare two dataframes in order to check whether their properties are identical.

Usage

df_compare(df1, df2)

Arguments

df1

First dataframe

df2

Second dataframe

Value

A dataframe with comparisons between the input dataframes..