Your RStudio workspace vs your computer
It is important to understand the different “spaces” that your various files might be in. There are two important distinctions:
- The RStudio workspace is space allocated to you on the Hanover College servers (matches your Vault space if you are familiar with that). You can think of it a bit like “the cloud”. Whenever you work with files in RStudio, these files must reside on this workspace.
- The computer that you use to access Rstudio via a web browser has its own storage drive and folder structure. RStudio on the web browser cannot directly access any of these resources.
Therefore there are typically two common taks you need to perform:
- Upload files from your local computer to the RStudio workspace. For example if you have some data of your own that you need to analyze, this would be the first step in the process of getting RStudio to work with your data.
- Download files from your RStudio workspace to your local computer. For instance you may need to do this when you want to print out or email a generated report.