Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. a <- data.frame("TYPE" = c("A", "A", "B", "B",
  2. "C", "C", "C", "C",
  3. "D", "D", "D", "D"),
  4. "DATE" = c("4/20/2018 11:47",
  5. "4/25/2018 7:21",
  6. "4/15/2018 6:11",
  7. "4/19/2018 4:22",
  8. "4/15/2018 17:46",
  9. "4/16/2018 11:59",
  10. "4/20/2018 7:50",
  11. "4/26/2018 2:55",
  12. "4/27/2018 11:46",
  13. "4/27/2018 13:03",
  14. "4/20/2018 7:31",
  15. "4/22/2018 9:45"))
Add Comment
Please, Sign In to add comment