+ 7
An IDE for R
Apart using R console in PyCharm, is there any IDE for R?
4 Réponses
+ 15
You can use RStudio.
Here are other things you could use:
https://datascience.stackexchange.com/questions/5345/ide-alternatives-for-r-programming-rstudio-intellij-idea-eclipse-visual-stud
+ 8
I agree with Koketso; R Studio is pretty good if you want a good IDE.
Also, if you have Anaconda with the Jupyter Notebooks it is quite straightforward to get R into Jupyter Notebooks using IRkernel (see https://github.com/IRkernel/IRkernel ). The main advantage of R-on-Jupyter is that tables and figures appear below the code snippet.
However, they both have their quirks so it is a case of trying them both and seeing which one is best.
+ 8
RStudio is what I use for this. The IDE is good and pretty easy to use.
+ 2
R studio best for R