data.frame.compare: data.frame.compare

Description Usage Arguments Value

Description

Compares two data frames by joining. Returns a summary containing duplicate, missing, and differing records.

Usage

1

Arguments

df

- The first data frame

df2

- The second data frame

by

- Used in merge(). The list of column names to join by. The default on merge is all same-named columns, which would defeat a lot of the functionality here. So the user must define the join explicitly.

Value

A list object containing


christiantillich/AnaliTools documentation built on May 13, 2019, 6:59 p.m.