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

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