Hi All,

I am working on a twitter analysis using the TM package. Below are some codes:

1- Here i am creating a data frame of the data collected from twitter

chennai=as.data.frame(cbind(tweet=jallitext,date=jallidate,lat=jallilat,lon=jallilon,

isretweet=isretweet,retweeted=retweeted, retweetcount=retweetcount,favorite=favoritesCount,

favorited=favorited))

2- corpus

More Shivi Bhatia's questions See All
Similar questions and discussions