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 28, 2024
1 parent 0c47bb8 commit d1f78a7
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 @@ -63,7 +63,7 @@ To see a full list of the diseases and distributions stored in the library use t
`parameter_tbl()` function. Here we show the first six rows of the output.

```{r, parameter-tbl}
head(parameter_tbl(multi_epidist = epi_dist_db))
parameter_tbl(multi_epidist = epi_dist_db)
```

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

0 comments on commit d1f78a7

Please sign in to comment.