I have a file that have some R program code i.e. progm.r
, kept it on my desktop: C:\Users\sandeeptiw\Desktop\progm.r
.
I have set the variable path like: C:\Program Files\R\R-3.1.1\bin\
Now, how can I run this program ?
I have a file that have some R program code i.e. progm.r
, kept it on my desktop: C:\Users\sandeeptiw\Desktop\progm.r
.
I have set the variable path like: C:\Program Files\R\R-3.1.1\bin\
Now, how can I run this program ?
C:\Program Files\R\R-3.1.1\bin\Rscript.exe C:\Users\sandeeptiw\Desktop\progm.r
should sort you