Skip to content

Instantly share code, notes, and snippets.

@joowkim
Created May 8, 2021 00:40
Show Gist options
  • Save joowkim/67f5c78feb8343c5961a6e4656fafa6f to your computer and use it in GitHub Desktop.
Save joowkim/67f5c78feb8343c5961a6e4656fafa6f to your computer and use it in GitHub Desktop.
missing data library in R
library(naniar)
vis_miss(airquality)
reference
https://cran.r-project.org/web/packages/naniar/vignettes/naniar-visualisation.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment