splinter
splinter

Reputation: 3897

Simultaneous sessions of Rstudio

Is it possible to somehow open several RStudios at the same time? I have Rstudio open, and when I try to open another one, nothing happens. What is the proper way to work on several projects simultaneously in RStudio?

Upvotes: 0

Views: 179

Answers (2)

MLEN
MLEN

Reputation: 2561

On a Windows machine you can "scroll click" on the icon and it will open a new session. You could probably also right click and choose something, not on a PC right now so cant tell for sure.

Upvotes: 1

jdobres
jdobres

Reputation: 11957

If your work is contained in a separate RStudio project file, it should be as simple as selecting "Open Project in New Session", either from the File menu or from the project selector in the upper-right (at least on a Mac).

Upvotes: 2

Related Questions