Description Usage Arguments Value
This function is a wrapper for collecting tweets using vosonSML::Collect
.
1 2 3 4 5 6 7 8 9 10 11 12 | collectTwitterData(
cred,
search_term,
search_type,
tweet_count,
include_retweets,
retry_on_rate_limit,
language,
date_until,
since_id,
max_id
)
|
cred |
vosonSML twitter credential object. |
search_term |
Character string. Twitter search term. |
search_type |
Character string. Search type |
tweet_count |
Numeric. Number of tweets to collect. |
include_retweets |
Logical. Include retweets in the results. |
retry_on_rate_limit |
Logical. Wait and retry when the twitter api rate limit is reached. |
language |
Character string. Language code of tweets to collect as two character ISO 639-1 code. |
date_until |
Character string. Date to collect tweets to in format |
since_id |
Numeric. Collect tweets with a tweet id more recent than |
max_id |
Numeric. Collect tweets with a tweet id older than |
A vosonSML twitter dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.