Created
November 30, 2016 00:04
-
-
Save njtierney/02fb6403f858d9ffe6042b05c0b7b5ac to your computer and use it in GitHub Desktop.
Names not in one dataframe compared to another
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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