Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. data=as.data.frame(cbind(ttext=tweettext,
  2. date=tweetdate,
  3. isretweet=isretweet,
  4. retweetcount=retweetcount,
  5. favoritecount=favoritecount,
  6. score = scores$score,
  7. product = "Nike"))
  8. ttext
  9.  
  10. date isretweet retweetcount favoritecount score product
  11.  
  12. date isretweet retweetcount favoritecount score product
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement