Compare Two Excel Files
xlsx_diff.Rd
Report on the differences between two xlsx files.
Value
Either `TRUE` if the two files are identical, or a list with the
following items.
* `all_equal` : Result of applying all.equal
to the
data frames representing each Excel file.
* `in_both_but_different` : Data frame containing cells that are in both
Excel files but with different values.
* `in_one_only` : Data frame containing cells that are in the first
Excel file but not the second.
* `in_two_only` : Data frame containing cells that are in the second
Excel file but not the first.