Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. library(dplyr)
  2.  
  3. colnames(x) %in% colnames(y) %>% table
  4.  
  5. > colnames(x) %in% colnames(y) %>% table
  6. .
  7. FALSE TRUE
  8. 5 12
Add Comment
Please, Sign In to add comment