The goal of tweetRpoll
is to allows users to extract and visualize
poll data (poll questions, poll options, poll responses, etc.) from
Twitter. Our goal is to make tweetRpoll
helpful and user-friendly; any
R beginner can effectively gain access to the data and make their own
data-driven decisions. In particular, it could be a useful package for
people doing social media journalism, or those studying social media
interactions.
get_polls_from_user
:get_poll_by_id
function.get_poll_by_id
:visualize_poll
:get_poll_by_id
function
and visualizes the poll information.There are a few existing R packages that have similar functionality for
tweets from Twitter. For example, tweetr
is a package that helps
extract tweets, visualize user sentiment and behaviors on tweet posting,
and apply sentiment analysis to the data. However, there are no
available packages that work specifically on polls from Twitter.
You can install the released version of tweetRpoll from CRAN with:
install.packages("tweetRpoll")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("UBC-MDS/tweetRpoll")
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
tweetRpoll
was created by Wenxin Xiang, Rada Rudyak, Linh Giang
Nguyen. It is licensed under the terms of the MIT license.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.