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