daff icon indicating copy to clipboard operation
daff copied to clipboard

Diff, patch and merge for data.frames, see http://paulfitz.github.io/daff/

Results 14 daff issues
Sort by recently updated
recently updated
newest added

Maybe I misunderstand the role of the `ids` parameter, but records with different primary keys should be treated separately. Instead, it seems that `diff_data` detects changes, even if the key...

The default setting automatically sorts by the first column. This completely distorts the view, because placeholder rows come first, then all changes or deleted rows, then all new rows. I...

I am experiencing encoding problems which I believe are a combined issue of Windows and `render_diff`'s way of generating the html file. `render_diff` seems to be generating the html file...

`patch_data(x, patch)` Error in context_eval(join(src), private$context) : TypeError: Cannot set property '14' of undefined

I found the following behavior surprising: ```r library(daff) example(diff_data) # creates the "dd" patch save(dd, file = "patch_loading.Rdata") load("patch_loading.Rdata") dd ## Error in context_eval(join(src), private$context) : ## Context has been...

An `htmlwidgets` version of daff will allow for `data_diff` in shiny and rmarkdown.

As discussed with @edwindj. Daff now Enhances 'lumberjack' I implemented it as an R6 object, which meas an extra 'Imports'. Alternatives are Reference method or I could just dress up...

Hi, This is not really a bug, but a feature request: is it able to detect class changes? ``` r > y x x$Sepal.Width x$Sepal.Length class(x[, 1]) [1] "factor" >...

enhancement

Hi, sometimes it's just rounding issue and should be ignored. something like below: https://github.com/alexsanjoseph/compareDF