-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.qmd
43 lines (22 loc) · 1.18 KB
/
resources.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Resources
Some useful resources on various topics are listed below. As tons of resources are available online, this list is far from exhaustive and only focuses on the most useful and well made ones.
## General
- [R for Data Science (2e)](https://r4ds.hadley.nz/)
## Visualization
- [R Graphics Cookbook](https://r-graphics.org/)
- [ggplot2: Elegant Graphics for Data Analysis (3e)](https://ggplot2-book.org/) - WIP
- [Plots gallery](r-graph-gallery.com), can serve as examples or ideas
## R Development
- [Advanced R](https://adv-r.hadley.nz/index.html)
- [R packages](https://r-pkgs.org/)
## Shiny Apps
- [Shiny Tutorials](https://shiny.posit.co/r/getstarted/shiny-basics/lesson1/index.html)
- [Mastering Shiny](https://mastering-shiny.org/)
- [Gallery of apps and widgets](https://shiny.posit.co/r/gallery/)
## Interactive Visualization
- [Interactive web-based data visualization with R, plotly, and shiny](https://plotly-r.com)
- [Plotly](https://plotly.com/r/) documentation
## Style and Coding Standards
- [Tidyverse style guide](https://style.tidyverse.org/)
## Cheatsheets
- RStudio has many [cheatsheets](https://posit.co/resources/cheatsheets/)