【发布时间】:2021-02-10 02:33:26
【问题描述】:
在R Markdown 中,我们可以将css、csl 和bibliograph 作为外部文件通知。
如果我想使用configuration file,我需要将其保存在与.Rmd 相同的目录中,正如https://bookdown.org/yihui/bookdown/usage.html 中所述,我的答案中提供了一个示例:How to set the language in a html document via r markdown html
但是,我可以将_bookdown.yml 文件保存在我的.Rmd 文件的另一个目录中,并以includes 或其他方式通知它吗?
【问题讨论】:
标签: r yaml r-markdown bookdown