Displaying 1 result from an estimated 1 matches for "todataframe".
Did you mean:
odataframe
2011 Jul 23
0
Question about output from twitteR package
...[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:46 NA cmprsk
2 NA 2011-07-23 01:38:58 NA muteokie
3 NA 2011-07-23 00:27:32 NA floss4science
4 NA 2011-07-23 00:16:06...