Shows a side-by-side comparison of key statistics before and after a join operation.
Examples
before <- data.frame(id = 1:3, x = letters[1:3])
after <- data.frame(id = c(1, 2, 2, 3), x = c("a", "b", "b", "c"), y = 1:4
)
join_diff(before, after)
Shows a side-by-side comparison of key statistics before and after a join operation.
before <- data.frame(id = 1:3, x = letters[1:3])
after <- data.frame(id = c(1, 2, 2, 3), x = c("a", "b", "b", "c"), y = 1:4
)
join_diff(before, after)