-5
我有一個文件有一些R程序代碼,即progm.r
,將它保存在我的桌面上:C:\Users\sandeeptiw\Desktop\progm.r
。如何運行用.r擴展名編寫的r程序?
我已像變量路徑:C:\Program Files\R\R-3.1.1\bin\
現在,我怎樣才能運行這個程序?
我有一個文件有一些R程序代碼,即progm.r
,將它保存在我的桌面上:C:\Users\sandeeptiw\Desktop\progm.r
。如何運行用.r擴展名編寫的r程序?
我已像變量路徑:C:\Program Files\R\R-3.1.1\bin\
現在,我怎樣才能運行這個程序?
C:\Program Files\R\R-3.1.1\bin\Rscript.exe C:\Users\sandeeptiw\Desktop\progm.r
應排在你
https://cran.rstudio.com/doc/manuals/r-release/R-intro.html#Invoking-R-from-the-command-line – hrbrmstr
或類似的東西。 http://stackoverflow.com/questions/18306362/run-r-script-from-command-line/18306656#18306656 –