有没有办法从命令行创建 R 演示文稿?
https://support.rstudio.com/hc/en-us/articles/200486468-Authoring-R-Presentations
我在文件中存储了以下 R 演示my_file.RPres文件。
Title
========================================================
author: Me
date: Jan 9, 2015
transition: none
css: template.css
This is my presentation.
有没有办法在rmarkdown::render(), knit(), pandoc(), 或其他 R 命令上指定这是一个“R Presentation”.RPres文件,而不是 ioslides_presentation, beamer_presentation, 或slidy_presentation?
我.RPres的文件在标题上没有任何 YAML 元数据,并且该.css文件是基于 RStudio 生成的带有“预览”和“另存为网页...”的 html 文件创建的。