Skip to contents

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.

Arguments

tweet_id

character, the id of the tweet with poll to query

Value

list

Examples

if (FALSE) {
  get_poll_by_id('4235234')
}