Use bibliography in render()

Dear bookdown users,

I am using several Rmd files to produce a book with bookdown. I also want to create one pdf for each Rmd file, using
render("foo.Rmd",pdf_document()). Because I have more than 50 Rmd files, I want to use render() to iterate over the Rmd file. That's working fine. I am however, unable to pass the bibliography command "bibliography: foobiblio.bib" to render.

My question is: how can I tell render() to use a given bibliography file "biblio.bib"?

Thanks in advance for your help,

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.