Guest User

Untitled

a guest
Dec 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. dt <- structure(list(type = c("A", "B", "C"), dates = c("21-07-2011",
  2. "22-11-2011,01-12-2011", "07-08-2012,14-08-2012,18-08-2012,11-10-2012"
  3. )), class = c("data.table", "data.frame"), row.names = c(NA, -3L))
  4.  
  5. type dates
  6. 1: A 21-07-2011
  7. 2: B 22-11-2011,01-12-2011
  8. 3: C 07-08-2012,14-08-2012,18-08-2012,11-10-2012
  9.  
  10. type dates
  11. 1: A 26-07-2011
  12. 2: B 27-11-2011,06-12-2011
  13. 3: C 12-08-2012,19-08-2012,23-08-2012,16-10-2012
Add Comment
Please, Sign In to add comment