Reproducible reporting

Welcome to the Reproducible reporting module. This module consists of a series of tutorials on the following topics:

  1. Quarto and markdown
  2. Chunks and options
  3. Writing text
  4. Presenting output
  5. Portability and reproducibility

Learning Goals

After completing this module, you will be able to:

Quarto and markdown

  1. Understand the purpose of Markdown and Quarto.
  2. Understand the differences between Markdown and Quarto.
  3. Recognize the different documents that can be created with Quarto.

Chunks and options

  1. Understand what code chuncks are.
  2. Learn how to create and label R code chunks.
  3. Explore common chunk options.

Writing text

  1. Learn how to write plain text and basic Markdown formatting to style text.
  2. Learn how to apply structure to a document.
  3. Learn how to include inline code and results within text.

Presenting output

  1. Learn how to display clean, readable tables.
  2. Understand how to include plots and visualizations.

Click the button below to get started with the first tutorial.

Back to top