Guest User

Untitled

a guest
Oct 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. max(rle(df[1, ])$lengths)
  2. #[1] 3
  3.  
  4. df[1, ]
  5. # a b c d e f g h
  6. #1 0 0 1 1 0 1 1 1
Add Comment
Please, Sign In to add comment