tweet_embed function

Create a Tweet Embed

Create a Tweet Embed

Twitter API GET call to retieve the tweet in embedded form.

tweet_embed(screen_name, status_id, ...)

Arguments

Returns

character

Examples

name <- 'kearneymw' status <- '1087047171306856451' tweet_embed(screen_name = name, status_id = status) tweet_embed( screen_name = name, status_id = status, hide_thread = TRUE, hide_media = FALSE, align = 'center' )

See Also

httr::GET(),httr::content()

  • Maintainer: Lluís Revilla Sancho
  • License: MIT + file LICENSE
  • Last published: 2024-02-24