RStudio
RStudio is an Integrated Development Environment (IDE) for R, a programming language for statistical computing and graphics. Some of its features include:
Customizable workbench with all of the tools required to work with R in one place (console, source, plots, workspace, help, history, etc.).
Syntax highlighting editor with code completion.
Execute code directly from the source editor (line, selection, or file).
Full support for authoring Sweave and TeX documents.
In order to get started with RStudio, you need to create a password for the user “ubuntu” on your master node using JupyterLab terminal.
Once a password is created, open RStudio in a separate tab and sign in using “ubuntu” as username and the password you created in the previous step. Once you sign in you will be able to use RStudio IDE.
Last updated
Was this helpful?