I would like to know, if it is possible to get unsaved script tabs in R studio. I accidentally open and switch to new project, then my unsaved scripts disappeared. Can anyo
RStudio Projects can be confusing at first. In simplest terms, the RStudio project does two things:
setwd() and generating conflicts with different local paths) What's not obvious is that the default setting in RStudio is to create scripts in "Project: (None)".
So, if you haven't set up any projects previously, to restore your missing scripts you need to return to "Project: (None)" which contains all the open work unaffiliated with any RStudio project.
To do this, go to the upper right hand corner of your RStudio window and do the following: