rtweet (version 0.7.0)

post_favorite: Favorites target status id.

Description

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

Run this code
if (FALSE) {
rt <- search_tweets("rstats")
r <- lapply(rt$user_id, post_favorite)
}

Run the code above in your browser using DataCamp Workspace