dwww Home | Show directory contents | Find package

---
title: "Two bibliography entries"
output: rmarkdown::html_vignette
bibliography:
  - one.bib
  - two.bib
---

This document should render successfully with `rmarkdown::render('two-bibs.Rmd', intermediates_dir = tempdir())`: https://github.com/rstudio/rmarkdown/issues/1358

```{r}
knitr::write_bib('base', 'one.bib')
knitr::write_bib('rmarkdown', 'two.bib')
```

@R-base and @R-rmarkdown

Generated by dwww version 1.15 on Wed Jun 26 04:25:36 CEST 2024.