I cannot figure out how to start R in windows command terminal. I run cmd to open Command Prompt after I type R, rcmd, start R and try other possibilities I found around but I have an error: 'R' is not recognized as an internal or external command. I have R installed and I have a short-cut on my desktop and I am able to use it as RGui but I saw people use R in similar manner as python from command line.
I have 32-bit windows 7.
If it’s on your path type:
To get it on your path:
Start/computer/systems properties/advanced system settings/Environment variables/in the lower box select path/Edit
then add location of R, mine is
C:\R\R-2.15.1\binbut likely by default it’s in program files.This is what my variable value looks like:
Then click OK three times. Now start a new command prompt and R.exe should be accessible.