【发布时间】:2020-09-22 15:37:03
【问题描述】:
我很难尝试在 R Markdown 中添加目录。
我希望目录位于文档的左侧。
我试过这段代码,但它对我不起作用(当我编织文档时,它工作正常,但目录不可用):
---
title: "Relatório VANT - P&D"
author: "Empresa: XXXX"
date: "Data: 24/05/2020"
output:
html_document:
toc: true
toc_float: true
---
我该如何解决我的问题?
【问题讨论】:
标签: r automation r-markdown tableofcontents