Guest User

Untitled

a guest
Jan 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. df <- data.frame(X = rnorm(100), Y = sample(LETTERS, 100, replace = T))
  2.  
  3. linhas <- sample(1:100, 15)
  4.  
  5. df[linhas, ]
Add Comment
Please, Sign In to add comment