Usage
tw_api_get_search_tweets(q, twitter_token, geocode = NULL, lang = NULL, locale = NULL, result_type = c("mixed", "recent", "popular"), count = 100, until = "9999-99-99", since_id = NULL, max_id = NULL, quietly = FALSE, ...)
Arguments
geocode
character with 'latitude,longitude,radius', where radius units must be specified as either 'mi' (miles) or 'km' (kilometers)
locale
Specifies the locale of the query
result_type
Either of the options especified
count
Number of statuses to get
until
character specifying the limit date (tweets before than) as YYYY-MM-DD
since_id
Returns results with an ID greater than (that is, more recent than) the specified ID
max_id
Returns results with an ID less than (that is, older than) or equal to the specified ID
quietly
Whether or not to show the 'success' message
...
Additional arguments passed to GET