Closed markvanderloo closed 7 years ago
In the latest version I get this:
> iris2 <- iris
> iris2[1:3,1] <- NA
> diff_data(iris, iris2)
Daff Comparison: ‘iris’ vs. ‘iris2’
Sepal.Length Sepal.Width Petal.Length ...
-> 5.1->NA 3.5 1.4 ...
-> 4.9->NA 3 1.4 ...
-> 4.7->NA 3.2 1.3 ...
so seems solved
Hey there,
when I replace three values in the iris dataset with
NA
anddaff
it, this is translated into a patch with two value replacements and one row replacement.I'd expect the same patch notation for the three cases, but I could be missing something.