1.2 Getting started

Open an RStudio server client

  1. Log onto the server URL that is provided to you by the trainer with the username and password

  2. Create a New Project that you will use for this course using the File > New Project in RStudio. To keep things tidy, use the option to create this project in a new directory (e.g. “Data_processing”)

  3. Execute the following 2 commands and afterwards check that you have a new folder called “figure” and inside this folder there is a “logo.png” after copying the file.

dir.create('figure')
file.copy("../data/Data_Interpretation/logo.png","figure/logo.png")

Remember if you ever forget where your working directory is, follow the steps:

  • In the Files tab, click on More > Go to Working Directory