inspectdf icon indicating copy to clipboard operation
inspectdf copied to clipboard

Change in expected plot from v0.0.9 and v0.0.12

Open lauken13 opened this issue 1 year ago • 0 comments

Hi team,

Thanks for the great package. Just noticed there's a change in the expected plot for show_plot(inspect_types(df1,df2)) between v0.0.9 and c0.0.12 and wanted to let you know incase it wasn't intended.

Code:

set.seed(2019)
diamonds_1 <- sample_n(diamonds,50)
diamonds_2 <- sample_n(diamonds,50)
show_plot(inspect_types(diamonds_1,diamonds_2))

Plot form v.0.0.9 image

Plot from v0.0.12 image

Edited to add - sorry, I think this was covered in the news for v 0.0.10 https://cran.r-project.org/web/packages/inspectdf/news/news.html

lauken13 avatar Aug 07 '23 02:08 lauken13