r4ds/quarto/chunk-labels.qmd

21 lines
160 B
Plaintext

---
title: "Code chunks"
editor: visual
---
```{r}
#| label: setup
```
# Quarto
```{r}
#| label: cars
```
# Including plots
```{r}
#| label: pressure
```