I want to use Rmarkdown but what I've read is that when creating a bibliography using pandoc, references go at the end of the document:
pandoc/citeproc issues: multiple bibliographies, nocite, citeonly
So even if I have a parent document named thesis.Rmd, I assume that all references would go at the end of that file.
I need that each thesis' chapter or section must have its own references, is there any other way to solve this than putting a bibliography header in each chapter I write and then knit each chapter separetely?