https://github.com/mattbixley/tidy_tuesday
A home for some #tidytuesday code, plots table and general upskilling.
https://github.com/mattbixley/tidy_tuesday
data-science data-visualization ggplot r4ds tidytuesday tidyverse
Last synced: 4 months ago
JSON representation
A home for some #tidytuesday code, plots table and general upskilling.
- Host: GitHub
- URL: https://github.com/mattbixley/tidy_tuesday
- Owner: MattBixley
- License: mit
- Created: 2020-09-22T01:08:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T19:47:42.000Z (over 5 years ago)
- Last Synced: 2025-09-13T07:44:07.763Z (9 months ago)
- Topics: data-science, data-visualization, ggplot, r4ds, tidytuesday, tidyverse
- Language: HTML
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/MattBixley/tidy_tuesday/commits/master)
[](https://cran.r-project.org/web/licenses/MIT)

#TidyTuesday
A weekly social data project in R, the base repo is [HERE](https://github.com/rfordatascience/tidytuesday) and maintaned by [Tom Mock](https://themockup.blog/) (his Blog)
A weekly data project aimed at the R ecosystem. As this project was borne out of the R4DS Online Learning Community and the R for Data Science textbook, an emphasis was placed on understanding how to summarize and arrange data to make meaningful charts with ggplot2, tidyr, dplyr, and other tools in the tidyverse ecosystem. However, any code-based methodology is welcome - just please remember to share the code used to generate the results.
Nice package to download the weekly data is maintained by [thebioengineer](https://github.com/thebioengineer/tidytuesdayR)
`#install.packages("devtools")`
`devtools::install_github("thebioengineer/tidytuesdayR")`
## usage
`library(tidytuesdayR)`
`tt_data <- tt_load("2019-01-15")`
or
`tt_data <- tt_load(2019, week=3)`