Description Arguments Value Examples
View source: R/get_poll_by_id.R
Return a data.frame of poll data from Twitter given a poll ID. The output data.frame will contain five columns: (1) poll_question, (2) poll_options, (3) total_responses, (4) duration, (5) date, (6) user.
tweet_id |
character, the id of the tweet with poll to query |
list
1 2 3 4 | ## Not run:
get_poll_by_id('4235234')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.