Skip to content

Function "compare" for DF/DT objects #718

@arunsrinivasan

Description

@arunsrinivasan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions