简体   繁体   English

在R markdown中创建演示文稿是否合理(演示者PC上没有互联网连接)

[英]Is it reasonable to create a presentation in R markdown (no internet connection on the presenter PC)

I'm going to prepare a presentation that will contain a graphs and tables that are output of the R! 我将准备一个演示文稿,其中将包含R输出的图形和表格! and Python scripts. 和Python脚本。

Thus, although R-Markdown in many cases do not provide so visually appealing output as Prezi , it has other advantages such as being an Open Source and allowing me to export the results (to HTML) without paying. 因此,尽管R-Markdown在许多情况下没有像Prezi那样提供视觉上吸引人的输出,但它还具有其他优势,例如成为开放源代码并允许我无需付费就将结果导出到HTML。 I would like to prepare my presentation in R-Markdown with slidy or slidyfy . 我想用slidyslidyfy在R-Markdown中准备我的演示文稿。

However my concern is that on the presentation laptop I will not have a R!, RStudio and a web-browser will be probably not the latest one. 但是我担心的是,在演示笔记本电脑上,我将没有 R!,RStudio和网络浏览器,它们可能不是最新的。 Laptop will probably not have access to the Internet. 笔记本电脑可能无法访问Internet。

Is it 'safe' to prepare a presentation in .Rmd in such case? 在这种情况下,以.Rmd编写演示文稿是否“安全”? Will I have any problem with generated HTML? 生成的HTML会出现问题吗? Will it be possible to export (properly) any .Rmd to PDF as well 是否也可以将任何.Rmd导出(正确)为PDF

Not an answer but a more a thing to think, You could bring with you a USB key with a portable browser of your need (on which you try). 不是答案,而是要考虑的另一件事,您可以随身携带USB钥匙,并带有您需要的便携式浏览器(尝试使用该USB浏览器)。

I don't know much about .Rmd but with a short search, it seems you can embeded html dependencies with your presentation and be autonomous without internet : 我对.Rmd不太了解,但是通过简短的搜索,看来您可以在演示文稿中嵌入html依赖项,并且无需互联网即可自治:

html_dependency_jquery() html_dependency_jquery()

html_dependency_bootstrap(theme) html_dependency_bootstrap(主题)

html_dependency_jqueryui() html_dependency_jqueryui()

html_dependency_tocify() html_dependency_tocify()

html_dependency_font_awesome() html_dependency_font_awesome()

html_dependency_ionicons() html_dependency_ionicons()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM