Displaying 1 result from an estimated 1 matches for "rcfztq".
Did you mean:
m5fztq
2011 Jul 23
0
Question about output from twitteR package
...not be blank for every message.
Here is some code and output to make this clearer:
library(twitteR)
library(plyr)
tweets = searchTwitter("#Rstats", n=200)
tweets[[4]]$getText()
[1] "RT @kdnuggets: Great post on using parallel processing with R and HHP $3M competition http://bit.ly/rcfztQ #rstats #hhp #datamining"
tweets[[4]]$getScreenName()
[1] "dichika"
tweets[[4]]$getReplyToSN()
character(0)
tweets.df = ldply(tweets, function(t) t$toDataFrame())
head(tweets.df[,c(3,4,6,10)])
replyToSN created replyToSID screenName
1 NA 2011-07-23 01:56...