I am working on a multi-author bookdown and the authors will have their own bib files. I think it would be annoying to name them one by one in the index.Rmd file.
I will be putting all the bib files in one folder and I wonder if I can somehow concisely add all bib files from a directory to bookdown in the index.Rmd file.
EDIT: This is not a question asking about multiple bib file. I will tend to have many bib files and I do not want to list all their names by hand.
Thanks in advance for your help.