Skip to content

Commit

Permalink
Merge pull request #62 from capitalone/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
robne1982 authored Sep 3, 2018
2 parents dc75846 + 55959f3 commit 876d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dataCompareR is an R package that allows users to compare two datasets and view

dataCompareR aims to make it easy to compare two tabular data objects in R. It’s specifically designed to show differences between two sets of data in a useful way that should make it easier to understand the differences, and if necessary, help you work out how to remedy them. In this regard, it aims to offer a more useful output than *all.equal* when your two datasets do not match, but isn’t intended to replace *all.equal* if you just want a binary test for equality.

- `rCompare()` does the comparison and creates a dataCompareR object containing all the differences between the two inputted datasets.
- `rCompare()` does the comparison and creates a dataCompareR object containing all the differences between the two inputted datasets. The object can be used with `print` and `summary`.
- `generateMismatchData()` generates a list of two data frames, each having the missing rows from the comparison.
- `saveReport()` creates a summary of the comparison that is saved into a file.

Expand Down

0 comments on commit 876d266

Please sign in to comment.