gpt4 book ai didi

R markdown ioslides 代码块的增量模式

转载 作者:行者123 更新时间:2023-12-04 11:17:02 25 4
gpt4 key购买 nike

如何让 R 代码块逐渐出现?

例如,我将以下选项放在标题中:

---
...other configurations...
output:
ioslides_presentation:
incremental: true
---

但是增量模式只适用于项目符号而不适用于代码块
## Slide 1
* this bullet point appears first
* this bullet point appears second
```{r eval=FALSE}
# This chunk is there from the beginning
```

所以我的问题是:
你如何让 block 出现在第二个子弹之后?

最佳答案

您可以使用 .build属性

## Slide 1 {.build}
* this bullet point appears first
* this bullet point appears second
```{r eval=FALSE}
# This chunk appears third
```

此解决方案有一个小问题:在您第一次使用此幻灯片时,不会显示任何内容。您必须前进两次才能出现第一个项目符号点。

关于R markdown ioslides 代码块的增量模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29899766/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com