I have a BATCH File script on a Windows machine that consists of the following line:
c:\R\bin\Rscript.exe "c:\Users\user\Documents\Shares.R"
I want to do the same thing but using Mac OS X at the moment I am using Automator => Run Shell Script and the following line:
open "/usr/bin/Rscript" "/Users/usr/Documents/Shares.R"
It opens R, finds the file and displays the R code. I want the R code contained in the script to run (like it does in Windows).
Any ideas?
Anthony.
You can open an R script in RStudio by going to File > New File > R script in the menu bar. RStudio will then open a fresh script above your console pane, as shown in Figure 1-7. I strongly encourage you to write and edit all of your R code in a script before you run it in the console.
Yes, you can run R on a Mac.
This will be enough :
/usr/bin/Rscript "/Users/usr/Documents/Shares.R"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With