28 Quarto

Note: This chapter was about R Markdown when previous cohorts read it. When you update these slides to reflect the updated chapter, please remove this note.

Learning objectives:

  • Create R Markdown documents.
  • Format text using Pandoc’s Markdown.
  • Include R code chunks in an R Markdown document.
  • Use chunk options to change what displays in an R Markdown document.
  • Use knitr::kable to display formatted tables in an R Markdown document.
  • Cache data in an R Markdown document.
  • Set global chunk options in an R Markdown document.
  • Embed inline code in an R Markdown document.