Links

These are some useful resources on the web for learning R. Feel free to suggest other resources by clicking the “Edit page” button in the top right.

Learning R

Learning R Markdown

  • Video on RMarkdown by RStudio - This 26 minute video talks about some updates to RMarkdown.
  • Markdown Basics. Markdown is a way of formatting plain text documents mostly for the web. However, it has become for other writing tasks too. It has become popular because it focusses on writing and not formatting. The formatting is taken care later. The Markdown Basics provides a nice introduction to Markdown.
  • The R Markdown Website has a nice introduction on how Markdown is extended to allow for the inclusion of R code and output.
  • Video Introduction to R Markdown. This short video (under 4 minutes) was recorded with an older version, so not all of the features and dialog boxes will look the same, but may be helpful.