Hello Guys,
I am trying to create batch (.bat) file which will run my R codes through batch file.
As I have done same thing using Rstudio IDE using Rscript path in .bat file
set RSCRIPT="C:\Users\user\AppData\Local\Programs\R\R-4.2.3\bin\Rscript.exe"
Now I want to do same thing in Posit Workbench Server, How can I get path to executable RSCRIPT so I can replace in .bat file.
Thank you,
Harshal