我想将 knitr 生成的演示文稿保存为 html 文件。我可以将其作为独立的 html 文件与人们分享。
如果我在 R Studio(服务器)中使用Run Document按钮,则会生成一个扩展名为 .Rmd 的文件。
---
title: "Standalone"
author: "MarketRedesign"
date: "10-7-2014"
output: ioslides_presentation
---
## Slide with R Code and Output
```{r}
summary(cars)
```