I'm a master student, and I've a little problem with a script written in R.
How can I produce an executable file from it?
Should I use Linux (e.g.Ubuntu) or windows? I wrote a code in Windows, but I can use Ubuntu.
I'm a master student, and I've a little problem with a script written in R.
How can I produce an executable file from it?
Should I use Linux (e.g.Ubuntu) or windows? I wrote a code in Windows, but I can use Ubuntu.
Using linux, you can run your Rscript from the command line (in the terminal like this)
Rscript <name of your Rscript file>