ttTweets2020 | R Documentation |
A dataset containing the alternative text for media shared in 2020 as part of the TidyTuesday social project, along with other tweet attributes.
ttTweets2020
A tibble with 3374 rows and 7 variables:
<chr> Unique tweet identifier.
<chr> URL to the media shared in the tweet.
<chr> Alternative text corresponding to the media shared in the tweet.
There are four types of entries:
Customized alternative text written by the tweet author.
"Image", which is the default alternative text added by the Twitter app in the absence of customized alternative text.
"ScrapingError", denoting unavailable alternative text due to unavailable tweets, like private or deleted tweets.
NA
, denoting unavailable alternative text due to the media being non-static, like a gif or a video.
<list> List of hashtags used in the tweet.
<dttm> Date and time the tweet was posted. Ranges from January 1, 2020 to December 31, 2020.
<fct> Year the tweet was posted. Includes only 2020.
<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).
Tweets originally collected by Thomas Mock. Thomas Mock (2021). Tidy Tuesday: A weekly data project aimed at the R ecosystem. https://github.com/rfordatascience/tidytuesday
Alternative text for tweets was scraped by Silvia Canelón after further processing. https://www.twitter.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.