Workflow: Reproducible websites using R

Write R markdown

The articles on this website were generated from R markdown files - plain text documents that seamlessly integrate R commands and their output with text. To get started with writing R markdown, have a look at

  • R markdown: text formatting with integrated R commands
  • R package knitr from Yihui Xie: convert R markdown to markdown
  • Integrated development environment RStudio: great support for knitr and markdown

Build websites using static site generators