Skip to content

Commit

Permalink
remove head call from epiparameter.Rmd vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 9, 2024
1 parent 9c480e8 commit 54a2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/epiparameter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To see a full list of the diseases and distributions stored in the library use t
`distribution_tbl()` function. Here we show the first six rows of the output.

```{r, distribution-tbl}
head(distribution_tbl(multi_epidist = epi_dist_db))
distribution_tbl(multi_epidist = epi_dist_db)
```

`distribution_tbl()` can also subset the database supplied to the function.
Expand Down

0 comments on commit 54a2892

Please sign in to comment.