R Markdown cannot locate bib file

I am trying to use Bib in r markdown, so I have added this into the yml but for some reason, R Markdown isn't creating a Bib file in project Template. The citations seem to work, but i cannot locate the bib file.Any idea why is this please?

output:
  pdf_document: default
  html_document: default
  word_document: default
  bibliography: bibliography.bib
---

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.