gpt4 book ai didi

r - 如何将 R revel.js 演示文稿转换为 pdf?

转载 作者:行者123 更新时间:2023-12-02 06:42:43 27 4
gpt4 key购买 nike

我使用 Reveal.js 模板之一(使用 Revealjs R 包)在 R 中做了演示。

默认情况下,它生成一个 html 文件,当打开演示时,它会显示浏览器的顶部,包括书签、文件路径等...我可以关闭书签栏,但不能关闭文件路径部分,我需要在正式设置,因此将演示文稿导出为 pdf 似乎是更好的选择。

有谁知道如何将其导出为pdf吗?我可以在 YAML header 中添加任何内容以便输出为 pdf 而不是 html 吗?

下面是示例代码,它生成“test.html”文件。我想生成“test.pdf”,同时保留演示文稿的所有其他属性,例如过渡、交互式图等...

---
title: "test"
output: revealjs::revealjs_presentation
---

## R Markdown

This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.

When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.


## Slide with Bullets

- Bullet 1
- Bullet 2
- Bullet 3

## Slide with R Code and Output

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

## Slide with Plot

```{r, echo=FALSE}
plot(cars)
```

最佳答案

如果手动解决方案适合您(编织时不会自动生成 PDF):

在浏览器中打开 HTML 文件并将 ?print-pdf 添加到 URL,例如克。

http://index.html?print-pdf

然后您可以将幻灯片打印为 PDF(例如使用 Ubuntu Linux + Firefox +“保存到文件”打印选项)。

关于r - 如何将 R revel.js 演示文稿转换为 pdf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40778333/

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