I am trying to run a r script using batch file. Currently I am using
start"" "shortcut of R"
to open R. However, I wanna R automatically run a r script that I have saved on the computer.
Possibly R will be closed after running the script and user do not see R running.
Is that possible? Thanks a lot!