Separate frontmatter (metadata) in Rmarkdown doucment

Is there any possibility to separate long frontmatter in Rmarkdown to separate files. For example:

Let's say I have a index.Rmd file with following metadata,

---
title: 'My awesome title'
author: Me
date: `r Sys.date()`
---

I have a separate YAML file called details.yml with following contents which needs to be a part of this index.Rmd file when rendering.

---
bibliography: references.bib
biblio-title: 'References'
---

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.