Compare two data frames by columns
Usage
compareDataFrames(
x,
y,
dbg = FALSE,
xname = deparse(substitute(x)),
yname = deparse(substitute(y))
)
Arguments
- x
first data frame
- y
second data frame
- dbg
if
TRUE
(default) the result of comparing the dimensions and the column names is printed on the screen- xname
name of first data frame to appear in the output if
dbg = TRUE
- yname
name of second data frame to appear in the output if
dbg = TRUE