tweet_delete {rtweet} | R Documentation |
Delete tweet
Description
Will delete a tweet
Usage
tweet_delete(id, verbose = FALSE, token = NULL)
Arguments
id |
At least a tweet id. |
verbose |
A logical value to provide more information about the paginated queries (if any) and to store the data of each page. |
token |
This endpoint accepts a OAuth2.0 authentication (can be
created via |
References
See Also
tweet_post()
, tweet_search_recent()
, user_timeline()
[Package rtweet version 2.0.0 Index]