-
Notifications
You must be signed in to change notification settings - Fork 0
/
02R-tist.qmd
59 lines (31 loc) · 1.9 KB
/
02R-tist.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: "Zero to R-tist"
---
Substantial free training is available for R. A few links to get you started are provided below
- R Studio Starting Links
- [RStudio Education (Beginners)](https://education.rstudio.com/learn/beginner/)
- [RStudio Education (Intermediates)](https://education.rstudio.com/learn/intermediate/)
- [RStudio Education (Experts)](https://education.rstudio.com/learn/expert/)
- [RStudio Webinars - RStudio](https://www.rstudio.com/resources/webinars/)
- [R Studio Cheat sheets](https://rstudio.com/resources/cheatsheets/)
- eBooks
- [Advanced R - Hadley Wickham](https://adv-r.hadley.nz/)
- [R Packages - Hadley Wickham](http://r-pkgs.had.co.nz/)
- [R for Data Science - Garrett Grolemund, Hadley Wickham.](https://r4ds.had.co.nz/)
- [bookdown: Authoring Books and Technical Documents with R Markdown - Yihui Xie](https://bookdown.org/yihui/bookdown/)
- [Efficicient R Programming - Colin Gillespie, Robin Lovelace](https://bookdown.org/csgillespie/efficientR/)
- [quarto](https://quarto.org)
- [Tidyverse Style Guide](https://style.tidyverse.org/)
- [rOpenSci Package development](https://devguide.ropensci.org/building.html)
- [R Packages (2e)](https://r-pkgs.org)
- Blogs/ Videos
- [R-bloggers](https://www.r-bloggers.com/)
- [RStudio](https://www.rstudio.com/blog/)
- [R Views](https://rviews.rstudio.com/)
- [YouTube](https://www.youtube.com/results?search_query=R+language)
- Guided Learning (NOTE: this is a range of free and paying courses)
- [posit](Learn%20R%20&%20Python%20for%20Data%20Science%20with%20Posit%20Academy)
- [edx courses](https://www.edx.org/learn/r-programming)
- [datacamp](https://www.datacamp.com/)
- [coursera](https://www.coursera.org/learn/r-programming)
- [MOOC](https://www.mooc-list.com/tags/r-programming)