jalapic
jalapic

Reputation: 14192

Quit R session in RStudio without leaving RStudio

This is a strange request - but is it possible to 1) terminate an R session from within RStudio but keep RStudio open? ... and then 2) to start a new R session from within RStudio?

I see such a feature was requested of RStudio in 2013 but I don't know if it is implemented.

Upvotes: 4

Views: 1407

Answers (1)

vincentmajor
vincentmajor

Reputation: 1116

In Rstudio (at least on Windows version 3.3.0), in the top menu bar with file, edit etc. under Session is an option to Terminate R... which will terminate the R session but RStudio will stay open and automatically restart a new R session.

Upvotes: 5

Related Questions