| get_tweets {lares} | R Documentation |
Get Tweets
Description
This function downloads tweets with personal credentials
Usage
get_tweets(q, n = 10000, creds = NA)
Arguments
q |
Query. Check for ?rtweet::search_tweets() |
n |
Integer. Total of tweets to return |
creds |
Character. Credential's user (see |
Value
data.frame with API response results.
See Also
Other Credentials:
db_download(),
db_upload(),
get_credentials(),
mail_send(),
queryDB(),
queryGA(),
slackSend(),
stocks_file()
[Package lares version 5.2.8 Index]