alexsanjoseph / compareDF

R Tool to compare two data.frames
Other
93 stars 17 forks source link

Show data that is unchanged as well #9

Closed alexsanjoseph closed 6 years ago

alexsanjoseph commented 6 years ago

Brice -

The HTML results generated by the comparison_df namespace are exceptional but it would be nice if you could provide an additional argument that would allow you to include the data that was NOT changed; in the chng_type column of the HTML results, you could use an '=' sign to underscore that the record was not changed between datasets. For color, you could highlight the entire record blue which would clearly differentiate it from the other records; the argument should be constructed in such a way that it allows the user to select one of three options 1) include non-changed records between datasets to be included in the target results, 2) non-changed records ARE NOT included in the target results, and 3) a separately defined dataset that JUST shows non-changed records is generated; the default option should be number 2)

alexsanjoseph commented 6 years ago

Fixed in 1.5