A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Subject | Type | Description | Link | Sport (if applicable) | ||||||||||||||||||||||
2 | R YouTube tutorial | Data viz | Basketball shot chart video tutorial w/ code | https://youtu.be/Af7g95-g4y8 | Basketball | ||||||||||||||||||||||
3 | R YouTube tutorial | Data viz | Basketball and soccer heatmapps video tutorial w/ code | https://youtu.be/rBBVSmFJqyE | Basketball | Soccer (football) | |||||||||||||||||||||
4 | R YouTube tutorial | Data viz & scraping | Web scraping (rvest) & scatter plot video tutorial w/ code | https://youtu.be/W9BOBFWAdxc | Basketball | Soccer (football) | |||||||||||||||||||||
5 | R YouTube tutorial | Data viz | NBA & soccer polar/pizza plot tutorial w/ code | https://www.youtube.com/watch?v=56mA8j33LbQ&list=PL10a1_q15Hwr4H5dCXQD3htK5VGfwjrgq&index=4 | Basketball | Soccer (football) | |||||||||||||||||||||
6 | R YouTube tutorial | Data viz | How to manually create and plot event sports data w/ code | https://www.youtube.com/watch?v=vrVwofFpsV0&list=PL10a1_q15Hwr4H5dCXQD3htK5VGfwjrgq&index=5 | Basketball | Soccer (football) | |||||||||||||||||||||
7 | R YouTube tutorial | Data viz | How to create a soccer shotmap in R | https://www.youtube.com/watch?v=Cn4Vt5DVWYw&t=447s | Soccer (football) | ||||||||||||||||||||||
8 | |||||||||||||||||||||||||||
9 | NBA R tutorials | Comprehensive | Tutorials on various basketball related topics | https://github.com/anpatton/basic-nba-tutorials | Basketball | ||||||||||||||||||||||
10 | FCrStats | Comprehensive | FC RSTAT's github repo w/ awesome a variety of tutorials | https://github.com/FCrSTATS | Soccer (football) | ||||||||||||||||||||||
11 | Statsbomb R tutorial | Comprehensive | Statsbomb's tutorial to accessing and using their data | http://statsbomb.com/wp-content/uploads/2019/12/Using-StatsBomb-Data-In-R.pdf | Soccer (football) | ||||||||||||||||||||||
12 | worldfootballR tutorial | Comprehensive | Extract football (soccer) data in R with zero experience | https://medium.com/analytics-vidhya/extract-football-soccer-data-in-r-with-zero-r-experience-bee36287ad37 | Soccer (football) | ||||||||||||||||||||||
13 | R for NFL tutorials | Comprehensive | Various approaches on how R could be used to explore NFL data | https://statsbylopez.netlify.app/post/r-for-nfl-analysis/ | NFL | ||||||||||||||||||||||
14 | R w/ Baseballl | Comprehensive | Introduction to R and RStudio using baseball stats | https://statsbylopez.files.wordpress.com/2016/01/lab1.pdf | MLB | ||||||||||||||||||||||
15 | |||||||||||||||||||||||||||
16 | tidyverse | Data manipulation | Tidyverse tutorial w/ example & cheatsheet | https://dplyr.tidyverse.org/ | |||||||||||||||||||||||
17 | JSON data | Data manipulation | Parsing JSON data with jsonlite and purrr | https://themockup.blog/posts/2020-05-22-parsing-json-in-r-with-jsonlite/ | |||||||||||||||||||||||
18 | |||||||||||||||||||||||||||
19 | ggplot2 | Data viz | Walkthrough ggplot2 tutorial w/ code examples | http://zevross.com/blog/2014/08/04/beautiful-plotting-in-r-a-ggplot2-cheatsheet-3/#changing-the-plot-margin | |||||||||||||||||||||||
20 | ggplot2 | Data viz | Github repository for pretty much all ggplot packages known to man | https://github.com/erikgahner/awesome-ggplot2 | |||||||||||||||||||||||
21 | ggplot2 | Data viz | Full breakdown on customizing plots with "theme" | https://ggplot2.tidyverse.org/reference/theme.html | |||||||||||||||||||||||
22 | ggplot2 | Data viz | Customizing graphs tutorials (Ch. 10) | https://rkabacoff.github.io/datavis/Customizing.html#points-lines | |||||||||||||||||||||||
23 | ggplot2 | Data viz | Customizing backgrounds & grids using "theme" | https://www.datanovia.com/en/blog/ggplot-theme-background-color-and-grids/ | |||||||||||||||||||||||
24 | R graph collection | Data viz | Reproducible tutorials focused on tidyverse and ggplot2 (BIG) | https://www.r-graph-gallery.com/index.html | |||||||||||||||||||||||
25 | plot tutorials | Data viz | Links to tutorials on charts in dozens of languages/softwares | https://chartmaker.visualisingdata.com/ | |||||||||||||||||||||||
26 | gt tables | Data viz | Thomas Mock's blog tutoral for creating gt tables | https://themockup.blog/posts/2020-05-16-gt-a-grammer-of-tables/ | |||||||||||||||||||||||
27 | data viz | Data viz | Book that covers complete process of data visualization | https://rkabacoff.github.io/datavis/index.html | |||||||||||||||||||||||
28 | radar plots | Data viz | Focuses on soccer data but can be applied to anything | http://www.fcrstats.com/radars.html | Soccer (football) | ||||||||||||||||||||||
29 | heatmap tutorial | Data viz | Thomas Mock's blog tutoral for creating heatmaps | https://themockup.blog/posts/2020-08-28-heatmaps-in-ggplot2/ | |||||||||||||||||||||||
30 | shot charts | Data viz | Tutorial on creating a variety of shot charts | https://thedatagame.com.au/2015/09/27/how-to-create-nba-shot-charts-in-r/ | Basketball | ||||||||||||||||||||||
31 | polar/pizza charts | Data viz | Tutorial for percentile polar/pizza charts w/ code | https://www.gettingbluefingers.com/tutorials/RadarPizzaChart | Soccer (football) | ||||||||||||||||||||||
32 | ggshakeR tutorials | Data viz | Several guides to plotting soccer data with gghsakeR package | https://abhiamishra.github.io/ggshakeR/articles/index.html | Soccer (football) | ||||||||||||||||||||||
33 | NBA shot charts | Data viz | YouTube tutorial to create NBA shot charts w/ code | https://www.youtube.com/watch?v=ZQ8fqSnvWcc | Basketball | ||||||||||||||||||||||
34 | Soccer data viz | Data viz | GitHub repo with code to tutorials in data viz and modeling | https://github.com/Dato-Futbol | Soccer (football) | ||||||||||||||||||||||
35 | |||||||||||||||||||||||||||
36 | scraping basketball-reference | Scraping | Walkthrough to scrape basketball reference tables | https://statisticaloddsandends.wordpress.com/2018/12/11/scraping-nba-game-data-from-basketball-reference-com/ | Basketball | ||||||||||||||||||||||
37 | scraping basketball-reference | Scraping | Walkthrough to scrape basketball reference tables | https://statisticaloddsandends.wordpress.com/2018/12/11/scraping-nba-game-data-from-basketball-reference-com/ | Basketball | ||||||||||||||||||||||
38 | rvest web scraping | Scraping | YouTube tutorial on web scraping with rvest | https://www.youtube.com/watch?v=z8yT3E4pz54&feature=youtu.be | |||||||||||||||||||||||
39 | rvest web scraping | Scraping | Blog post showcasing scraping through rvest | https://www.scrapingdog.com/blog/web-scraping-r | |||||||||||||||||||||||
40 | |||||||||||||||||||||||||||
41 | shiny apps | Shiny Apps | Extensive tutorial with 7 lessons full of examples & code | https://shiny.rstudio.com/tutorial/written-tutorial/lesson2/ | |||||||||||||||||||||||
42 | shiny lessons w/ videos | Shiny Apps | Tutorials & guider introduction for new shiny users | https://shiny.rstudio.com/tutorial/ | |||||||||||||||||||||||
43 | |||||||||||||||||||||||||||
44 | |||||||||||||||||||||||||||
45 | |||||||||||||||||||||||||||
46 | |||||||||||||||||||||||||||
47 | |||||||||||||||||||||||||||
48 | |||||||||||||||||||||||||||
49 | |||||||||||||||||||||||||||
50 | |||||||||||||||||||||||||||
51 | |||||||||||||||||||||||||||
52 | |||||||||||||||||||||||||||
53 | |||||||||||||||||||||||||||
54 | |||||||||||||||||||||||||||
55 | |||||||||||||||||||||||||||
56 | |||||||||||||||||||||||||||
57 | |||||||||||||||||||||||||||
58 | |||||||||||||||||||||||||||
59 | |||||||||||||||||||||||||||
60 | |||||||||||||||||||||||||||
61 | |||||||||||||||||||||||||||
62 | |||||||||||||||||||||||||||
63 | |||||||||||||||||||||||||||
64 | |||||||||||||||||||||||||||
65 | |||||||||||||||||||||||||||
66 | |||||||||||||||||||||||||||
67 | |||||||||||||||||||||||||||
68 | |||||||||||||||||||||||||||
69 | |||||||||||||||||||||||||||
70 | |||||||||||||||||||||||||||
71 | |||||||||||||||||||||||||||
72 | |||||||||||||||||||||||||||
73 | |||||||||||||||||||||||||||
74 | |||||||||||||||||||||||||||
75 | |||||||||||||||||||||||||||
76 | |||||||||||||||||||||||||||
77 | |||||||||||||||||||||||||||
78 | |||||||||||||||||||||||||||
79 | |||||||||||||||||||||||||||
80 | |||||||||||||||||||||||||||
81 | |||||||||||||||||||||||||||
82 | |||||||||||||||||||||||||||
83 | |||||||||||||||||||||||||||
84 | |||||||||||||||||||||||||||
85 | |||||||||||||||||||||||||||
86 | |||||||||||||||||||||||||||
87 | |||||||||||||||||||||||||||
88 | |||||||||||||||||||||||||||
89 | |||||||||||||||||||||||||||
90 | |||||||||||||||||||||||||||
91 | |||||||||||||||||||||||||||
92 | |||||||||||||||||||||||||||
93 | |||||||||||||||||||||||||||
94 | |||||||||||||||||||||||||||
95 | |||||||||||||||||||||||||||
96 | |||||||||||||||||||||||||||
97 | |||||||||||||||||||||||||||
98 | |||||||||||||||||||||||||||
99 | |||||||||||||||||||||||||||
100 |