all_equal_df function

Compare two data.frames.

Compare two data.frames.

This will convert factors to characters and disregard row and column order

all_equal_df(df1, df2)

Arguments

  • df1: first data.frame() to compare
  • df2: second data.frame() to compare

Returns

TRUE or FALSE in case differences are present