get_polls_from_user: Get Polls from User

Description Arguments Value Examples

View source: R/get_polls_from_user.R

Description

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

1
2
3
4
## Not run: 
  get_polls_from_user('PollzOnTwitta')

## End(Not run)

UBC-MDS/tweetRpoll documentation built on Feb. 15, 2022, 3:44 a.m.