This is basically a pretty-version of address function in data.table and is mostly for internal use (but no harm in exporting). compare basically should display the address of all the columns from DF1 and DF2:
compare(DF1, DF2)
# columns obj1 obj2
# A ... ...
# B ... ...
# C ... ...
I'm not particularly excited about showing attributes, as they get copied almost all the time. But no harm in adding them as well.
This is basically a pretty-version of
addressfunction indata.tableand is mostly for internal use (but no harm in exporting).comparebasically should display the address of all the columns fromDF1andDF2:I'm not particularly excited about showing attributes, as they get copied almost all the time. But no harm in adding them as well.