Seconded -- @BrodieGaslam is a wizard and we had good luck combining `diffobj` with the wonderful `tinytest` package (by @markvdloo) in out `ttdo` package: unit testing with clean #rstats object diffs.
{diffobj} lib in #R @rstudio allow to compare objs (even complex) and view differences side-by-side:
diffobj::diffPrint(target=dataset, current=dataset2)
In pic1 the output (one value diff in row1)
In pic2 an example with two complex lists of tibble objs
very handy! #Rstats
Dec 13, 2020 · 6:29 PM UTC
3
26


