post_favorite: Favorites target status id.

Description Usage Arguments See Also Examples

Description

Favorites target status id.

Usage

1
2
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

1
2
3
4
5
## Not run: 
rt <- search_tweets("rstats")
r <- lapply(rt$user_id, post_favorite)

## End(Not run)

ashoksiri/rtweet documentation built on May 8, 2019, 5:55 p.m.