santi
1
Hello,
I am calling an external markdown like so:
{r autodoc, child='/Users/Santi/Desktop/rProjects/dissertation/analysis/big5Analysis.Rmd', eval=TRUE, include=F}
When I do so the headings from the external file are pasted at the top of the HTML page. How do I suppress those headings (non-bold in screenshot)?
Thanks!
santi
2
solved:
{r, code = readLines(knitr::purl("/Users/Santi/Desktop/rProjects/dissertation/analysis/big5DataInspection.Rmd")), eval=TRUE, include=F}
from: How to Put All Your Code in the Appendix in R Markdown - Yihui Xie | 谢益辉
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.