Visualizing missing data

PHOTO EMBED

Wed Jun 01 2022 11:47:36 GMT+0000 (Coordinated Universal Time)

Saved by @Treenose #r

library(visdat)

vis_mis(df) # shows missing values in black and present values in grey for all columns
content_copyCOPY