Skip to content

Instantly share code, notes, and snippets.

@statzhero
Created April 1, 2016 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statzhero/26e4ed657d97b8b4aaa03247d4b4679f to your computer and use it in GitHub Desktop.
Save statzhero/26e4ed657d97b8b4aaa03247d4b4679f to your computer and use it in GitHub Desktop.
no_missing <- function(x) sum(is.na(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment