Skip to content

Commit

Permalink
fix vignette using append()
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Aug 14, 2024
1 parent f51567a commit a5705c3
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 @@ -202,7 +202,7 @@ If a set of epidemiological parameter has been inferred and is known to the user

```{r add-to-library}
# wrap <epiparameter> in list to append to database
new_db <- append(db, list(covid_incubation))
new_db <- append(db, covid_incubation)
tail(new_db, n = 3)
```

Expand Down

0 comments on commit a5705c3

Please sign in to comment.