quarto doc template

Author
Affiliation

University of State

Published

September 1, 2025

Quarto docs operate much the same way rmarkdown does.

```{r}
library(reticulate)
```
```{python}
import numpy as np
```
```{python}
a = np.random.rand(50,50)
```
```{r}
image(py$a)
```

Reuse

CC-BY-SA 4.0

Citation

BibTeX citation:
@online{doe2025,
  author = {Doe, Robin},
  title = {Quarto Doc Template},
  series = {Linguistics Methods Hub},
  date = {2025-09-01},
  url = {https://lingmethodshub.github.io/content/contributing/template/01_qmd_template.html},
  langid = {en}
}
For attribution, please cite this work as:
Doe, Robin. 2025, September 1. quarto doc template. Linguistics Methods Hub. (https://lingmethodshub.github.io/content/contributing/template/01_qmd_template.html).