浮动目录在交互式RMarkdown中不起作用

时间:2019-03-22 21:34:37

标签: r shiny r-markdown

我有一个交互式RMarkdown文档。目录(TOC)在rmarkdown::render()上可以正常使用,但在rmarkdown::run()上不能使用。

这是我的测试代码:

---
title: "Testing shiny Rmd"
output:
  html_document:
    toc: true
    toc_float: true
    number_sections: true
    theme: united
    highlight: textmate
runtime: shiny
---

# Section A

This is some text

# Section B

And some more text.

```{r,eval=FALSE}
data(iris)
plot(iris$Sepal.Length,iris$Sepal.Width)
```

这里是rmarkdown::render()

enter image description here

这里是rmarkdown::run()

enter image description here

R version 3.5.3 (2019-03-11)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

rmarkdown_1.12
shiny_1.2.0 

1 个答案:

答案 0 :(得分:0)

rmarkdown的1.12版本(以及新发布的1.13版本)似乎存在问题。我遇到了同样的问题,看到了解决问题的解决方案here

现在通过以下方式安装 rmarkdown 的开发版本:

select distinct city 
from station
where city not RLIKE '^[aeiou]' and city not RLike '[aeiou]$'