This function is a wrapper for collecting tweets using vosonSML::Collect
.
collectTwitterData(
cred,
search_term,
search_type,
tweet_count,
include_retweets,
retry_on_rate_limit,
language,
date_until,
since_id,
max_id
)
vosonSML twitter credential object.
Character string. Twitter search term.
Character string. Search type "mixed"
, "recent"
or "popular"
.
Numeric. Number of tweets to collect.
Logical. Include retweets in the results.
Logical. Wait and retry when the twitter api rate limit is reached.
Character string. Language code of tweets to collect as two character ISO 639-1 code.
Character string. Date to collect tweets to in format "YYYY-MM-DD"
.
Numeric. Collect tweets with a tweet id more recent than since_id
.
Numeric. Collect tweets with a tweet id older than max_id
.
A vosonSML twitter dataframe.