Entering edit mode
14 months ago
gallardodiazmiriam
▴
20
Hello! I want to share a useful tool for coding in Python in R.
You can code online without installing any aditional app using Google Colaboratory. When you create a new file, the default programming language is python, and it works very similar to Jupyter Notebook.
If you are also interested in coding in R, you can also do that! Just open the notebook, then go to "edit", then to "settings", and finally change Python3 to R.
I hope you find this useful!
Here is a tutorial for R: https://www.youtube.com/watch?v=XasBV68Szk4
Cool, I didn't know they added proper R support! Thanks for sharing!