Skip to main content

When you have logged into RStudio, the RStudio main screen will be displayed.

RStudio main screen


The window on the left of the RStudio main screen shows: 

Console 

This window is the standard R Console window. This is where you type in code and results are returned. The window on the right of the RStudio main screen shows: 

Environment 

A record of variables you have defined, or data you have saved, during an R session are stored as ‘objects' in your ‘global environment’.  

History 

A record of all the commands you have used in the current R session(s). 

Connections

Any connections you have established. This tab is used to connect RStudio to Databricks. Please refer to the Configuring your Databricks connection section for information. 

Files/Plots/Packages/Help/Viewer

 This window on the bottom right of the RStudio main screen is primarily used for displaying files, packages and plots (graphs) and for accessing the help system.


Memory usage

You can view the amount of memory you are currently using from the RStudio main screen. A report showing the percentage of memory in use and the memory you are currently using by R objects, by session and by system is also available.


Current memory usage

To view the current memory being used, select the Environment tab from the RStudio main menu. 

The current memory usage will be displayed. 

Current memory usage screen


Memory usage statistics

To view your memory usage statistics:

  1. Select the Environment tab from the RStudio main menu.
  2. Click on the down arrow to the right of the current memory usage field.
  3. Select Memory Usage Report from the drop-down menu.

Memory usage report screen

The Memory Usage Report will be displayed.

Memory usage report screen


Customising RStudio

You can customise how RStudio works and how it displays results using ‘Global Options’.

  1. Select Tools.
  2. Select Global Options from the drop-down list.

The Options window will be displayed.

Global options window

Refer to the Posit Support: Customizing RStudio website for information on the various settings.


Last edited: 12 February 2025 12:32 pm