Chapter 3. Jupyter R Scripting
Jupyter's native language is Python. Once Jupyter (essentially, IPython before being renamed) became popular for data analysis, a number of people were interested in using the suite of R programming analysis tools that are available in a Jupyter Notebook.
In this chapter, we will cover the following topics:
- Adding R scripting to your installation
- Basic R scripting
- R dataset access (from a library)
- R graphics
- R cluster analysis
- R forecasting
Adding R scripting to your installation
Two big installation platforms are Mac and Windows. There are separate, but similar, steps required to make R scripting available in your Jupyter installation.
Adding R scripts to Jupyter on a Mac
If you are operating a Mac, you can add R scripting ...
Get Learning Jupyter now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.