## Not run:
# ## connect to the Mongo database
# mongo <- mongo.create("SMAPP_HOST:PORT", db="DATABASE")
# mongo.authenticate(mongo, username="USERNAME", password="PASSWORD", db="DATABASE")
# set <- "DATABASE.COLLECTION"
#
# ## extract all tweets that mention 'occupygezi' and do a quick plot
# tweets <- extract.tweets(set, string="occupygezi", fields="created_at")
#
# ## convert dates to R format
# dates <- formatTwDate(tweets$created_at, format="date")
#
# ## see number of tweets per day
# table(dates)
# ## End(Not run)
Run the code above in your browser using DataLab