Google Colab: Difference between revisions

No change in size ,  2 September 2021
No edit summary
 
Line 27: Line 27:
[https://stackoverflow.com/questions/54595285/how-to-use-r-with-google-colaboratory how to use r with google colab]<br>
[https://stackoverflow.com/questions/54595285/how-to-use-r-with-google-colaboratory how to use r with google colab]<br>
There are two ways to do this:
There are two ways to do this:
* Use <code>%load_ext rpy2.ipython</code> to enable R and add <code>%%R<code> to each R cell.
* Use <code>%load_ext rpy2.ipython</code> to enable R and add <code>%%R</code> to each R cell.
* Use [https://colab.to/r colab.to/r]
* Use [https://colab.to/r colab.to/r]


==Colab Pro==
==Colab Pro==