Skip to content

Instantly share code, notes, and snippets.

@njtierney
Created November 30, 2016 00:04
Show Gist options
  • Save njtierney/02fb6403f858d9ffe6042b05c0b7b5ac to your computer and use it in GitHub Desktop.
Save njtierney/02fb6403f858d9ffe6042b05c0b7b5ac to your computer and use it in GitHub Desktop.
Names not in one dataframe compared to another
# find the names in one but not the other
# names(dat_dist)[((names(dat_dist) %in% names(dat_dist_aed)) == FALSE)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment