Is there an R online compiler that enables to run code line by line?

858 Views Asked by At

I'm looking for an R online compiler, such as myCompiler, that enables to run code line by line.
Like what one gets in RStudio when pressing the Run button or Ctrl+Enter

enter image description here

2

There are 2 best solutions below

7
On BEST ANSWER

Have you tried RStudio cloud? https://rstudio.cloud/

0
On

Some Jupyter variants let you run a single line or a selection, Google Colab ( https://colab.to/r for new R Notebook ) or Kaggle ( https://www.kaggle.com/docs/notebooks ) for example, both use Ctrl+Shift+Enter

Bit different take would perhaps be RStudio in Binder.
Example - http://mybinder.org/v2/gh/binder-examples/r/master?urlpath=rstudio
More details - https://github.com/binder-examples/r