Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created November 24, 2012 23:28
Show Gist options
  • Save mhkeller/4141800 to your computer and use it in GitHub Desktop.
Save mhkeller/4141800 to your computer and use it in GitHub Desktop.
Remove null rows
df1 <- df[complete.cases(df),]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment