Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Created March 3, 2021 09:10
Show Gist options
  • Save verajosemanuel/73d1180b78c42d76f81c764983bacb15 to your computer and use it in GitHub Desktop.
Save verajosemanuel/73d1180b78c42d76f81c764983bacb15 to your computer and use it in GitHub Desktop.
#find any #NA in #dataframe in #R
apply(is.na(df), 2, which)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment