gpt4 book ai didi

r - 如何使 RStudio 演示自成一体?

转载 作者:行者123 更新时间:2023-12-01 04:59:40 25 4
gpt4 key购买 nike

我正在使用 RStudio 在 R 中编写演示文稿。要创建新的演示文稿,我从文件 => 新建文件菜单中选择“R 演示文稿”。 RStudio 创建新文档。这是模板:

New Presentation
========================================================
author:
date:

First Slide
========================================================

For more details on authoring R presentations click the
**Help** button on the toolbar.

- Bullet 1
- Bullet 2
- Bullet 3

Slide With Code
========================================================

```{r}
summary(cars)
```

Slide With Plot
========================================================

```{r, echo=FALSE}
plot(cars)
```
创建演示文稿后,可以将其另存为 HTML。但是,我找不到使其成为独立 HTML 文件的选项。
作为反例,我可以使用 Rmarkdown 创建一个自包含的 HTML 文件:
---
title: "Habits"
output:
ioslides_presentation:
mathjax: local
self_contained: false
---
来源: http://rmarkdown.rstudio.com/ioslides_presentation_format.html
RStudio R Presentation 中这段代码的等价物是什么?
此外,有谁知道他们为什么这样做?
已解决(09/25/2017)!请参阅下面的 Nova 的回答。这是一个屏幕截图,显示我是如何做到的:
enter image description here

最佳答案

通过转到 RStudio 中的“演示”选项卡,单击显示“更多”的换档图标,然后选择“另存为网页”,我已经能够将演示文稿“导出”为 html。这保存了一个独立的 .html 文件,当我从不同的文件夹位置打开它时可以使用。

关于r - 如何使 RStudio 演示自成一体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34111707/

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