Skip to content

Commit

Permalink
add collapse and comment chunck as in template
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Jul 24, 2024
1 parent a89d205 commit d410d3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions analyses/simulate_transmission/epidemics_odin_interop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ toc: true
toc_float: true
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

## Ingredients

This guide shows how to use some of the convenient features of _epidemics_, especially the classes that describe populations, interventions, and vaccination regimes, with models that are generated by _odin_.
Expand Down

0 comments on commit d410d3c

Please sign in to comment.