可以在Rmarkdown的flexdashboard / storyboard面板上增加文本吗?

时间:2019-06-02 09:46:20

标签: javascript r storyboard r-markdown flexdashboard

我想使用一个情节提要(flexdashboard)来进行讲座/演示,并且我希望要点在某些框架上逐渐出现。这可以使用ioslides来完成,但是我喜欢情节提要中更大的灵活性。有没有实现此功能的方法?默认情况下,左右箭头在选项卡之间循环。这是一个mwe:

---
title: "Test of incremental text"
output: 
  flexdashboard::flex_dashboard:
    storyboard: true
---

### Frame 1

***

- I want this to appear first
- Then this
- But using the right arrow goes directly to Frame 2, not through bullet points incrementally

### Frame 2

***

- Some text here
- Some text here

0 个答案:

没有答案