Quarto Document

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

Workflow diagram

This diagram depicts a simple workflow showing the tidying and analysis of a data set with written findings reviewed by your peers.

stateDiagram-v2
  direction LR

  [*] --> tidy
  tidy --> analyze
  analyze --> tidy
  analyze --> write
  write --> review
  review --> write: feedback
  review --> accepted
  accepted --> [*]

Your personal workflow may be more complicated than this example, but thankfully, Quarto lets you include diagrams to help you communicate how you work!

Penguins

Quarto documents can incorporate interactive data exploration and analysis. One way of including these dynamic capabilities is by using Observable JS (OJS).

This is a simple example based on Allison Horst’s Palmer Penguins dataset. Here we look at how penguin body mass varies across both sex and species (use the provided inputs to filter the dataset by bill length and island):