├── .gitignore ├── 2020 - 10 - nhl goals ├── nhl goals script.R └── ovi plot.jpg ├── 2020 - 13 - tbi ├── tbi script.R └── tbi_heatmap.jpg ├── 2020 - 14 - beer production ├── beer script.R ├── beer_maps.jpg └── beer_maps.pdf ├── 2020 - 16 - rap artists ├── rap script.R └── rap_bars.png ├── 2020 - 18 - broadway ├── les mis script.R └── les_mis.png ├── 2020 - 21 - beach volleyball ├── may_walsh.png └── volleyball script.R ├── 2020 - 24 - african american achievements ├── black scientists script.R └── scientists.png ├── 2020 - 25 - african american history ├── african american history script.R └── slavery_map_prog.png ├── 2020 - 29 - astronauts ├── aliens.png └── astronauts script.R ├── 2020 - 3 - passwords ├── password_pairs_viz.jpg └── passwords script.R ├── 2020 - 32 - euro energy ├── energy.png └── euro energy script.R ├── 2020 - 35 - chopped └── chopped_sim │ ├── app.R │ └── rsconnect │ └── shinyapps.io │ └── ekholme │ └── chopped_simulator.dcf ├── 2020 - 37 - friends ├── friend_types.png └── friends script.R ├── 2020 - 4 - spotify ├── maynaRd script.R └── mjk_circle.jpg ├── 2020 - 43 - great american beer fest ├── va beer fest.R └── va_beers.png ├── 2020 - 46 - historical phones └── historical_phones_script.Rmd ├── 2020 - 6 - nfl attendance ├── full_nfl.jpeg └── nfl attendance script.R ├── 2020 - 7 - hotel bookings ├── hotel plot.jpg └── hotels script.Rmd ├── 2020 - 9 - measles ├── measles script.R └── measles_plot.jpeg ├── 2021 - 11 - bechdel test ├── bechdel script.R └── bechdel.png ├── 2021 - 20 - us broadband ├── broadband_sd.png └── script.R ├── 2021 - 7 - wealth and income ├── income_inequality.png └── wealth_income_script.R ├── 2022 - 12 - baby_names ├── kiddos.png └── script.R ├── 2025_10_pixar └── script.py ├── 2025_11_palmtrees ├── faceted_histograms.png └── script.py ├── 2025_9_animal_shelter └── script.R ├── 41 - powerlifting ├── gender_vios.jpeg ├── powerlift_explore.R └── powerlift_viz.R ├── 42 - big mt cars └── big mt cars viz.R ├── 43 - horror movies ├── horror movies viz.R └── horror_movies.gif ├── 44 - squirrels ├── Rplot.jpeg ├── squirrels viz.R ├── squirrels viz_new.R ├── squirrels.jpeg ├── squirrels.pdf └── squirrels_crop.jpeg ├── 45 - bike walk commutes └── bike_walk viz.R ├── 46 - cran code ├── cran code viz.R └── cran_plot.jpeg ├── 47 - nz bird of the year └── nz boty script.Rmd ├── 48 - student loan debt ├── debt_viz.jpeg └── student loan viz.Rmd ├── 49 - philly parking ├── philly parking script.R └── philly parking viz.jpeg ├── 51 - adoptable dogs ├── adoptable dogs script.R └── dog_names.jpeg ├── 52 - christmas songs ├── christmas songs script.R └── cosby_network.jpeg ├── 53 - the office ├── jim pam script.Rmd └── jim_pam_sentiments.jpg ├── README.md └── TidyTuesday.Rproj /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/.gitignore -------------------------------------------------------------------------------- /2020 - 10 - nhl goals/nhl goals script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 10 - nhl goals/nhl goals script.R -------------------------------------------------------------------------------- /2020 - 10 - nhl goals/ovi plot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 10 - nhl goals/ovi plot.jpg -------------------------------------------------------------------------------- /2020 - 13 - tbi/tbi script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 13 - tbi/tbi script.R -------------------------------------------------------------------------------- /2020 - 13 - tbi/tbi_heatmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 13 - tbi/tbi_heatmap.jpg -------------------------------------------------------------------------------- /2020 - 14 - beer production/beer script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 14 - beer production/beer script.R -------------------------------------------------------------------------------- /2020 - 14 - beer production/beer_maps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 14 - beer production/beer_maps.jpg -------------------------------------------------------------------------------- /2020 - 14 - beer production/beer_maps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 14 - beer production/beer_maps.pdf -------------------------------------------------------------------------------- /2020 - 16 - rap artists/rap script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 16 - rap artists/rap script.R -------------------------------------------------------------------------------- /2020 - 16 - rap artists/rap_bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 16 - rap artists/rap_bars.png -------------------------------------------------------------------------------- /2020 - 18 - broadway/les mis script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 18 - broadway/les mis script.R -------------------------------------------------------------------------------- /2020 - 18 - broadway/les_mis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 18 - broadway/les_mis.png -------------------------------------------------------------------------------- /2020 - 21 - beach volleyball/may_walsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 21 - beach volleyball/may_walsh.png -------------------------------------------------------------------------------- /2020 - 21 - beach volleyball/volleyball script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 21 - beach volleyball/volleyball script.R -------------------------------------------------------------------------------- /2020 - 24 - african american achievements/black scientists script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 24 - african american achievements/black scientists script.R -------------------------------------------------------------------------------- /2020 - 24 - african american achievements/scientists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 24 - african american achievements/scientists.png -------------------------------------------------------------------------------- /2020 - 25 - african american history/african american history script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 25 - african american history/african american history script.R -------------------------------------------------------------------------------- /2020 - 25 - african american history/slavery_map_prog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 25 - african american history/slavery_map_prog.png -------------------------------------------------------------------------------- /2020 - 29 - astronauts/aliens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 29 - astronauts/aliens.png -------------------------------------------------------------------------------- /2020 - 29 - astronauts/astronauts script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 29 - astronauts/astronauts script.R -------------------------------------------------------------------------------- /2020 - 3 - passwords/password_pairs_viz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 3 - passwords/password_pairs_viz.jpg -------------------------------------------------------------------------------- /2020 - 3 - passwords/passwords script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 3 - passwords/passwords script.R -------------------------------------------------------------------------------- /2020 - 32 - euro energy/energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 32 - euro energy/energy.png -------------------------------------------------------------------------------- /2020 - 32 - euro energy/euro energy script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 32 - euro energy/euro energy script.R -------------------------------------------------------------------------------- /2020 - 35 - chopped/chopped_sim/app.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 35 - chopped/chopped_sim/app.R -------------------------------------------------------------------------------- /2020 - 35 - chopped/chopped_sim/rsconnect/shinyapps.io/ekholme/chopped_simulator.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 35 - chopped/chopped_sim/rsconnect/shinyapps.io/ekholme/chopped_simulator.dcf -------------------------------------------------------------------------------- /2020 - 37 - friends/friend_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 37 - friends/friend_types.png -------------------------------------------------------------------------------- /2020 - 37 - friends/friends script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 37 - friends/friends script.R -------------------------------------------------------------------------------- /2020 - 4 - spotify/maynaRd script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 4 - spotify/maynaRd script.R -------------------------------------------------------------------------------- /2020 - 4 - spotify/mjk_circle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 4 - spotify/mjk_circle.jpg -------------------------------------------------------------------------------- /2020 - 43 - great american beer fest/va beer fest.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 43 - great american beer fest/va beer fest.R -------------------------------------------------------------------------------- /2020 - 43 - great american beer fest/va_beers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 43 - great american beer fest/va_beers.png -------------------------------------------------------------------------------- /2020 - 46 - historical phones/historical_phones_script.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 46 - historical phones/historical_phones_script.Rmd -------------------------------------------------------------------------------- /2020 - 6 - nfl attendance/full_nfl.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 6 - nfl attendance/full_nfl.jpeg -------------------------------------------------------------------------------- /2020 - 6 - nfl attendance/nfl attendance script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 6 - nfl attendance/nfl attendance script.R -------------------------------------------------------------------------------- /2020 - 7 - hotel bookings/hotel plot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 7 - hotel bookings/hotel plot.jpg -------------------------------------------------------------------------------- /2020 - 7 - hotel bookings/hotels script.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 7 - hotel bookings/hotels script.Rmd -------------------------------------------------------------------------------- /2020 - 9 - measles/measles script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 9 - measles/measles script.R -------------------------------------------------------------------------------- /2020 - 9 - measles/measles_plot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2020 - 9 - measles/measles_plot.jpeg -------------------------------------------------------------------------------- /2021 - 11 - bechdel test/bechdel script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 11 - bechdel test/bechdel script.R -------------------------------------------------------------------------------- /2021 - 11 - bechdel test/bechdel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 11 - bechdel test/bechdel.png -------------------------------------------------------------------------------- /2021 - 20 - us broadband/broadband_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 20 - us broadband/broadband_sd.png -------------------------------------------------------------------------------- /2021 - 20 - us broadband/script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 20 - us broadband/script.R -------------------------------------------------------------------------------- /2021 - 7 - wealth and income/income_inequality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 7 - wealth and income/income_inequality.png -------------------------------------------------------------------------------- /2021 - 7 - wealth and income/wealth_income_script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2021 - 7 - wealth and income/wealth_income_script.R -------------------------------------------------------------------------------- /2022 - 12 - baby_names/kiddos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2022 - 12 - baby_names/kiddos.png -------------------------------------------------------------------------------- /2022 - 12 - baby_names/script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2022 - 12 - baby_names/script.R -------------------------------------------------------------------------------- /2025_10_pixar/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2025_10_pixar/script.py -------------------------------------------------------------------------------- /2025_11_palmtrees/faceted_histograms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2025_11_palmtrees/faceted_histograms.png -------------------------------------------------------------------------------- /2025_11_palmtrees/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2025_11_palmtrees/script.py -------------------------------------------------------------------------------- /2025_9_animal_shelter/script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/2025_9_animal_shelter/script.R -------------------------------------------------------------------------------- /41 - powerlifting/gender_vios.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/41 - powerlifting/gender_vios.jpeg -------------------------------------------------------------------------------- /41 - powerlifting/powerlift_explore.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/41 - powerlifting/powerlift_explore.R -------------------------------------------------------------------------------- /41 - powerlifting/powerlift_viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/41 - powerlifting/powerlift_viz.R -------------------------------------------------------------------------------- /42 - big mt cars/big mt cars viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/42 - big mt cars/big mt cars viz.R -------------------------------------------------------------------------------- /43 - horror movies/horror movies viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/43 - horror movies/horror movies viz.R -------------------------------------------------------------------------------- /43 - horror movies/horror_movies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/43 - horror movies/horror_movies.gif -------------------------------------------------------------------------------- /44 - squirrels/Rplot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/Rplot.jpeg -------------------------------------------------------------------------------- /44 - squirrels/squirrels viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/squirrels viz.R -------------------------------------------------------------------------------- /44 - squirrels/squirrels viz_new.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/squirrels viz_new.R -------------------------------------------------------------------------------- /44 - squirrels/squirrels.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/squirrels.jpeg -------------------------------------------------------------------------------- /44 - squirrels/squirrels.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/squirrels.pdf -------------------------------------------------------------------------------- /44 - squirrels/squirrels_crop.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/44 - squirrels/squirrels_crop.jpeg -------------------------------------------------------------------------------- /45 - bike walk commutes/bike_walk viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/45 - bike walk commutes/bike_walk viz.R -------------------------------------------------------------------------------- /46 - cran code/cran code viz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/46 - cran code/cran code viz.R -------------------------------------------------------------------------------- /46 - cran code/cran_plot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/46 - cran code/cran_plot.jpeg -------------------------------------------------------------------------------- /47 - nz bird of the year/nz boty script.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/47 - nz bird of the year/nz boty script.Rmd -------------------------------------------------------------------------------- /48 - student loan debt/debt_viz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/48 - student loan debt/debt_viz.jpeg -------------------------------------------------------------------------------- /48 - student loan debt/student loan viz.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/48 - student loan debt/student loan viz.Rmd -------------------------------------------------------------------------------- /49 - philly parking/philly parking script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/49 - philly parking/philly parking script.R -------------------------------------------------------------------------------- /49 - philly parking/philly parking viz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/49 - philly parking/philly parking viz.jpeg -------------------------------------------------------------------------------- /51 - adoptable dogs/adoptable dogs script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/51 - adoptable dogs/adoptable dogs script.R -------------------------------------------------------------------------------- /51 - adoptable dogs/dog_names.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/51 - adoptable dogs/dog_names.jpeg -------------------------------------------------------------------------------- /52 - christmas songs/christmas songs script.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/52 - christmas songs/christmas songs script.R -------------------------------------------------------------------------------- /52 - christmas songs/cosby_network.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/52 - christmas songs/cosby_network.jpeg -------------------------------------------------------------------------------- /53 - the office/jim pam script.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/53 - the office/jim pam script.Rmd -------------------------------------------------------------------------------- /53 - the office/jim_pam_sentiments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/53 - the office/jim_pam_sentiments.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/README.md -------------------------------------------------------------------------------- /TidyTuesday.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekholme/TidyTuesday/HEAD/TidyTuesday.Rproj --------------------------------------------------------------------------------