Metadata about the TidyTuesday social data project. Data includes a summary of each weekly TidyTuesday post, information about the articles and data sources linked in those posts, and details about the datasets themselves, including variable names and classes.
The package updates weekly with the latest TidyTuesday data.
You can install the development version of ttmeta from GitHub with:
# install.packages("pak")
pak::pak("r4ds/ttmeta")The useful parts of this package are the three exported datasets:
tt_summary_tblcontains a summary of the weekly TidyTuesday posts.tt_urls_tblcontains source and article urls for TidyTuesday posts.tt_datasets_metadatacontains metadata about the weekly TidyTuesday datasets.
Please note that the ttmeta project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.