Running an R script using a Windows shortcut

后端 未结 4 1794
星月不相逢
星月不相逢 2020-12-16 21:14

I am trying to create an icon on my desktop (Windows OS). By clicking on this icon, an R script will be executed, which launches a GUI application (gWidgets).

4条回答
  •  时光取名叫无心
    2020-12-16 22:11

    I think your looking for a batch file to launch a file ?

    if so check this out, this comment lists how to do it in command prompt, turn that into a batch file.

    https://stat.ethz.ch/pipermail/r-help/2002-March/019950.html

提交回复
热议问题