#' TidyTuesday tweets from 2019 that contain media
#'
#' A dataset containing the alternative text for media shared in 2019 as part of the TidyTuesday social project, along with other tweet attributes.
#'
#' @format A tibble with 2022 rows and 7 variables:
#' \describe{
#' \item{TweetId}{<chr> Unique tweet identifier.}
#' \item{ImageUrl}{<chr> URL to the media shared in the tweet.}
#' \item{AltText}{<chr> Alternative text corresponding to the media shared in the tweet.
#'
#' There are four types of entries:
#'
#' 1. Customized alternative text written by the tweet author.
#'
#' 1. "Image", which is the default alternative text added by the Twitter app in the absence of customized alternative text.
#'
#' 1. "ScrapingError", denoting unavailable alternative text due to unavailable tweets, like private or deleted tweets.
#'
#' 1. `NA`, denoting unavailable alternative text due to the media being non-static, like a gif or a video.}
#'
#' \item{HashtagList}{<list> List of hashtags used in the tweet.}
#' \item{TweetDate}{<dttm> Date and time the tweet was posted. Ranges from January 1, 2019 to December 31, 2019.}
#' \item{Year}{<fct> Year the tweet was posted. Includes only 2019.}
#' \item{UrlCheck}{<fct> Denotes whether the tweet included an external link.
#'
#' There are two types of entries:
#'
#' - "IncludesLinks" which denotes the tweet included external links in addition to media, like a link to source code.
#' - "NoLinks" which denotes the tweet did not include external links (i.e. only included media).}
#' }
#'
#' @source {Tweets originally collected by Thomas Mock. Thomas Mock (2021). Tidy Tuesday: A weekly data project aimed at the R ecosystem.} \url{https://github.com/rfordatascience/tidytuesday}
#' @source {Alternative text for tweets was scraped by Silvia Canelón after further processing.} \url{https://www.twitter.com}
"ttTweets2019"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.