This repository was archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
48 lines (37 loc) · 1.91 KB
/
index.Rmd
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
---
---
## Welcome to My R Tutorials Page
I'm helping my coworkers expand their use and knowledge of R. This is will be the main resource for putting my materials until I find a different place.
## Lesson 1
### Slides
Slides are being revamped and will be avilable soon.
### Workbooks
- [Data Input and Output](Lesson1/io.html)
- [Basic R](Lesson1/introtoR.html)
- [Transforming Data](Lesson1/introtoR_part2.nb.html)
- [Subsetting](Lesson1/subsetting.html)
<!-- ### Assignments -->
<!-- - [Using the Tidyverse](Lesson1/Assignment/assignment_2.R){:target="_blank"} -->
---
## Lesson 2
### Slides
- [Style Best Practices](Lesson2/best_practices.html)
- [Tidy Data](Lesson2/slides/tidy-data-slides.html)
- [More with Mutate](Lesson2/slides/mutate_review.html)
- [Writing Functions](Lesson2/slides/writing_functions_slides.html)
- [Janitor Package](Lesson2/slides/janitor.html)
---
## Rstudio Cheatsheets
- [Base R](https://www.rstudio.com/wp-content/uploads/2016/05/base-r.pdf)
- [Rstudio IDE](https://www.rstudio.com/wp-content/uploads/2016/01/rstudio-IDE-cheatsheet.pdf)
- [Data Import](https://github.com/rstudio/cheatsheets/raw/master/data-import.pdf)
- [Data Wrangling](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf)
- [R Markdown Reference Guide](https://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf)
- [Even more cheatsheets](https://www.rstudio.com/resources/cheatsheets/)
## Other
- [Notes from a talk at Columbia by Hadley Wickham: Data Science in R](hadley_notes.nb.html)
---
## Support or Questions
Email me at [email protected] with any questions or comments. If you find any typos, feel free to send in a pull request to fix them.
## Acknowledgements
Special Thanks to Hadely Wickham and Steph Locke for getting me started. I proudly borrowed materials from both of them and the UCVM R Bootcamp. More complete citations and thanks [here](acknowledgements.html).