作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用Rstudio,从Rmd文件创建pdf/html文件。标题看起来像这样:
title: "Title"
author: "Me"
date: "`r format(Sys.time(), '%B %d, %Y')`"
bibliography: bibliography.bib
output:
html_document:
toc: true
number_sections: true
--include-after-body
最佳答案
如rmarkdown manual中所述,您可以使用以下语法:
---
output:
html_document:
includes:
after_body: appendix.md
---
---
output:
html_document:
pandoc_args: ["--include-after-body=appendix.md"]
---
关于r - 如何使用Rstudio在Rmd中的引用后插入附录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33148325/
好的。我是这个网站的新手,所以“大家好”!上周我一直在努力解决一个难题,如果您能给我任何帮助,我将不胜感激。 我知道有很多公式可以计算年利率,但我已经测试了很多公式,它们不能正确处理封闭式(消费贷款)
我是一名优秀的程序员,十分优秀!