Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. > head(Domain)
  2. [1] "abs amro" "ams" "dcor" "dqa" "eur" "lon"
  3.  
  4. > head(tm$win)
  5. [1] "london"
  6. [2] "lon.com wiadhasdnbc dfasmdnsa "
  7. [3] " ppac winsrvadmin team appseccoe ams whj n c ac "
  8. [4] " pac support l "
  9.  
  10. >c2 <- paste(Domain, collapse="|")
  11. >c22 <- grep(c2, tm$win, value = TRUE))`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement