Skip to content

Quickstart

Accessing

First Task

Creating a New R Script

Your RStudio Server session has been initialised now. If you are participating in a workshop, then all the packages and data required for the workshop have been loaded into the workspace. All that remains is to create a new R script to contain your code!

  1. In the RStudio Server UI, open the File menu item at the far left of the main menu bar at the top of the page
  2. Hover over the ‘New File’ sub-menu item, then select ‘R Script’ from the expanded menu
  3. A new window pane will appear in the UI as shown below, and you are now ready to start adding the R code to your script! RStudio-Server-Screen-2 RStudio Server UI screen with new script

Further information