Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 RStudio 中创建了一个带有闪亮运行时的 ioslides 项目。
出于实际原因,我想使用浏览器而不是 RStudio 的查看器进行演示。有没有办法指定(例如在降价文档标题中)使用哪个浏览器来显示 HTML 文件?
假设您想使用 firefox,然后找到它并将其放入选项中:
options(browser = "C:/Program Files/Mozilla Firefox/firefox.exe")
像这样:
runApp(list(ui = ui, server = server),host="192.168.xx.xx",port=5013, launch.browser = TRUE)