I am working on saving twitter search results into a database (SQL Server) and am getting an error when I pull the search results from twitteR.
If I execute:
I know this is an old question, but still, here is what I think is a ``modern'' version to solve this. Just use the function twListToDf
twListToDf
gvegayon <- getUser("gvegayon") timeline <- userTimeline(gvegayon,n=400) tl <- twListToDF(timeline)
Hope it helps