Code
vis_miss(starwars)
gg_miss_upset(starwars)and the forcats package
Steen Flammild Harsted
January 10, 2024
naniar package and load itUse install.packages() to download the naniar package. When you have done that add library(naniar) to the code chunk where you call your libraries. Execute the line.
starwars usingvis_miss()gg_miss_upset(), nsets = 6 inside gg_miss_upset()naniar contains more useful functions. You can see them here