R Online is a web-based tool to run R scripts/codes online. It provides a platform-independent R IDLE & and compiler that enables you to run R scripts in mobile, tablet, laptop, desktop PC, etc. in a wide range of operating systems including (but not limited to): iOS, Android, Windows, Mac, etc.
The R Online comes with a wide range of pre-installed R Studio packages and you can import and use them when you execute R Codes online! So, it is an ideal tool to save your time and learn or execute a wide range of R codes without the need to install R Studio and many common R Studio packages!
R Online IDLE & Compiler
To use this tool, just remove the sample codes in the following console, write your own script and press run!
# no pec
# Calculate 1 + 2
1 + 2
# Calculate 3 * 4
3 * 4
Just add a line of R code,
just like the sample code!