Skip to contents

Return a data.frame of poll ids for a given Twitter user. REQUIRES: Credentials for the Twitter API need to be stored as environment variables since this function calls directly to the bash_profile.

Arguments

username

character, the username of the twitter user to query

Value

data.frame

Examples

if (FALSE) {
  get_polls_from_user('PollzOnTwitta')
}