- R & You
- Why R?
- What is R?
- Basics of R & RStudio
- R Data science resources
- Where to get help with R
- Create a R project
Dylan Craven & Patrick Weigelt
April 14th, 2021
Download R :http://www.r-cran.org
Download RStudio: http://www.rstudio.com
Other options besides RStudio: Emacs, Jupyter notebooks, Rodeo
R for Data Science (by Hadley Wickham) http://r4ds.had.co.nz/
Coding Club https://ourcodingclub.github.io/tutorials/
Basics and a lot more http://ohi-science.org/news/Resources-for-R-and-Data-Science
Guide for reproducible code https://www.britishecologicalsociety.org/wp-content/uploads/2017/12/guide-to-reproducible-code.pdf
Open a new file: File | New File | R script
Type: # Day 1: getting started
Save file (in ~/code): “0_Code_Day1.R”
Start coding!