Is there a possibility to use R in a webinterface without the need to install it?
I have only one small script which I like to run but I just want to give it a shot without a long installation procedure.
Thank you.
|
Is there a possibility to use R in a webinterface without the need to install it? I have only one small script which I like to run but I just want to give it a shot without a long installation procedure. Thank you. |
|||||||||||||||||||||
|
|
Yes, there are some Rweb interface, like this one. Note: Installation of the R software is pretty straightforward and quick, on any platform. |
|||
|
Sage also has R included with a Python interface. The Sage system is available as installable, but also online. Example:
Output:
|
|||||
|
|
Also, if you want to provide a solution to other users, you can set up a webserver with RApache. |
|||
|
Have a look at RStudio This has a desktop and web version. I have used the desktop version and it is pretty cool. |
|||
|
|
Some of the pastebin services will allow you to enter R code. For example, ideone. Here is a very silly hello world in R. I believe ideone limits you to 15 seconds compute time per run, and no fancy IDE, despite the name. |
|||
|
|