I am trying to run this R script with R Studio specifically from the command line. I was able to launch R Studio and open the script with the following command:
"PATH TO rstudio.exe" "PATH TO R FILE"
Is there a command that I can add to this line (if yes, where) to not only just launch and open the script but execute it as well?
Thank you!