How to keep the merged Rmd file created during Merge and Knit

点点圈 提交于 2019-12-13 02:12:12

问题


bookdown merges all of the Rmd files into one, before knitting, but deletes this files at the end of the process.

I would like to examine the merged Rmd for debugging purposes. How can I tell bookdown not keep this intermediate file instead of erasing it?

Update

I found out about the delete_merged_file option in _bookdown.yml, but unfortunately, it seems to have no effect.

来源:https://stackoverflow.com/questions/56031857/how-to-keep-the-merged-rmd-file-created-during-merge-and-knit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!