Closed MdAhsanulHimel closed 1 year ago
Hi there!
Thanks for posting this issue - this was resolved in the most recent release of naniar
which is now on CRAN
library(naniar)
gg_miss_var(airquality)
gg_miss_var(airquality, show_pct = TRUE)
Created on 2023-02-28 with reprex v2.0.2
Let me know how you go!
Thanks! I totally didn't notice that the package on my PC was outdated. After updating it to the latest version, the problem is gone.
When I simply ran a code
gg_miss_var(data, show_pct = T)
it threw a warning message which is mentioned below -