Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. library(dplyr)
  2. select(iris, starts_with("Petal"))
  3.  
  4. library(MASS)
  5. library(dplyr)
  6. select(iris, starts_with("Petal"))
  7.  
  8. select(iris, starts_with("Petal"))
  9. Error in select(iris, starts_with("Petal")) :
  10. unused argument (starts_with("Petal"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement