R and RStudio
Rmarkdown slides, HTML, PDF, Rmd. Example of a Markdown document knitr.Rmd
R Presentation slides, HTML, PDF, Rmd. Example of an RPresentation R_presentation.Rpres and Beamer_presentation.Rmd. Examples of Cascade Style Sheets custom.css, fonts.css
R Graphics slides, HTML, PDF, Rmd. Example of heatmap heatmap.R, dplyr and ggplot2 dplyr_ggplot2.R
R/Markdown references
https://cran.r-project.org/doc/contrib/Torfs+Brauer-Short-R-Intro.pdf - a very short R introduction
http://dss.princeton.edu/training/RStudio101.pdf - Rstudio tutorial slides
https://cran.r-project.org/doc/contrib/Short-refcard.pdf - Tom Short’s R reference card, and https://cran.r-project.org/doc/contrib/Baggott-refcard-v2.pdf - R reference card 2.0 by Matt Baggott.
https://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf - R Markdown Reference Guide, including knitr and pandoc for presentations.
https://bookdown.org/rdpeng/rprogdatascience/ - “R Programming for Data Science” bookdown by Roger Peng. From R basics to parallel programming.
http://www.john-ros.com/Rcourse/ - bookdown, the “R” course, by Jonathan D. Rosenblatt. Git repository at https://github.com/johnros/Rcourse
http://r4ds.had.co.nz/ - bookdown, “R for Data Science” by Garrett Grolemund and Hadley Wickham.Git repository at https://github.com/hadley/r4ds
Tutorials
-
http://swirlstats.com/, Swirl R package, and swirl-related courses https://github.com/swirldev/swirl_courses
-
http://tryr.codeschool.com/ - Interactive R basics tutorial
-
https://rdisorder.wordpress.com/2016/08/06/data-science-in-minutes/ - overview of all aspects of R functionality
-
https://github.com/clayford/IntroR - Intro to R workshop for UVa Library StatLab
-
https://github.com/clayford/RGraphics - Getting Started with R Graphics workshop materials
-
https://github.com/clayford/ggplot2 - ggplot2 in-depth tutorial
-
http://tutorials.iq.harvard.edu/R/Rgraphics/Rgraphics.html - well-documented ggplot2 tutorial from the Institute For Quantitative Social Science at Harvard
-
https://github.com/garthtarr/awesome-R - A curated list of awesome R frameworks, packages and software. Very rich list of references.
Videos
https://www.youtube.com/playlist?list=PLOU2XLYxmsIK9qQfztXeybpHvru-TrqAP - Intro to R, short videos from Google developers
https://www.youtube.com/user/TheLearnR/playlists - Several R related playlists for novices
https://www.youtube.com/playlist?list=PLjTlxb-wKvXPhZ7tQwlROtFjorSj9tUyZ - Exploratory Data Analysis with R graphics by Roger Peng, and his other video R tutorials