urls data frame
kyleiwaniec opened this issue · 1 comments
kyleiwaniec commented
kyleiwaniec commented
for anyone looking for same, here is how I solved it:
searchTwitter("#Rstats", n=10)
tweets <- searchTwitter("#Rstats", n=10)
tweets[[i]]$getUrls()
# where i is the index of the particular tweet.