Skip to content

Instantly share code, notes, and snippets.

@YvesCR
YvesCR / TwitterTopics.r
Created December 1, 2016 17:34 — forked from bryangoodrich/TwitterTopics.r
Twitter Topic Modeling Using R
# Twitter Topic Modeling Using R
# Author: Bryan Goodrich
# Date Created: February 13, 2015
# Last Modified: April 3, 2015
#
# Use twitteR API to query Twitter, parse the search result, and
# perform a series of topic models for identifying potentially
# useful topics from your query content. This has applications for
# social media, research, or general curiosity
#