Skip to content

Commit

Permalink
fix partial matching in as_epiparameter arg passed through ... in dat…
Browse files Browse the repository at this point in the history
…a_from_epireview vignette
  • Loading branch information
joshwlambert committed Oct 7, 2024
1 parent 002b2a6 commit cfb6510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/data_from_epireview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Now we can repeat the example of converting to `<epiparameter>` as shown above,
```{r, convert-to-epiparameter-full-citation}
marburg_incub_epiparameter <- as_epiparameter(
marburg_incub,
articles = marburg_incub_article
article = marburg_incub_article
)
marburg_incub_epiparameter
```
Expand Down

0 comments on commit cfb6510

Please sign in to comment.