如何从R启动Microsoft Edge?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从R启动Microsoft Edge?相关的知识,希望对你有一定的参考价值。

我最初试图强迫我的闪亮应用程序在Edge中启动

options(browser = "C:/Windows/SystemApps/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/MicrosoftEdge.exe")
runApp(shinyApp(ui, server))

此外,我甚至无法使用此路径到exe命令行从Windows命令行启动Microsoft Edge,而是必须在命令行中使用它:

start microsoft-edge:

但是你不能用R的system()以这种方式发射边缘:

> system("start microsoft-edge:")
Warning message:
running command 'start microsoft-edge:' had status 127

有关如何使用Microsoft边缘与R的任何想法?

答案

你可以使用Edge

system("cmd.exe", input="start microsoft-edge:")

以上是关于如何从R启动Microsoft Edge?的主要内容,如果未能解决你的问题,请参考以下文章

使用代码中的URL启动Microsoft Edge

如何从片段适配器启动活动

如何从命令行在 Microsoft Edge 中打开 URL?

windows 10中Microsoft Edge Beta登录账户提示:以管理员身份运行 Microsoft Edge 时不支持登录。请以非管理员身份重新启动 Microsoft Edge,然后重新

无法使用量角器启动Microsoft边缘

关闭Powershell脚本中的Microsoft Edge选项卡