post_favorite
From rtweet v0.6.7
by Michael W. Kearney
Favorites target status id.
Favorites target status id.
Usage
post_favorite(status_id, destroy = FALSE, include_entities = FALSE,
token = NULL)
Arguments
- status_id
Status id of target tweet.
- destroy
Logical indicating whether to post (add) or remove (delete) target tweet as favorite.
- include_entities
Logical indicating whether to include entities object in return.
- token
OAuth token. By default
token = NULL
fetches a non-exhausted token from an environment variable tokens.
See Also
Other post: post_follow
,
post_friendship
, post_tweet
Examples
# NOT RUN {
rt <- search_tweets("rstats")
r <- lapply(rt$user_id, post_favorite)
# }
Community examples
Looks like there are no examples yet.