shecode
shecode

Reputation: 1726

How to use R studio on a remote server

Currently, i use R studio on my desktop, with all analysis run using my desktop machine Performance for this is really poor, so i'm getting an external server that is more powerful dedicated for R jobs

I really like the Rstudio IDE, Is there a way I can connect Rstudio on my desktop to run R on the external server? I want to be able to use it in the same way as I use my desktop version of R, so i can view my graphs etc

Upvotes: 15

Views: 25758

Answers (2)

Jonathan
Jonathan

Reputation: 8812

RStudio Server is what you need. You can download it here:

https://www.rstudio.com/products/rstudio/download-server-2/

Install it on your external server; then from your desktop (or from any other machine!) you can connect to the server in a web browser and use RStudio inside the web browser. RStudio Server shares a great deal of code with the desktop version so the interface will be nearly identical to what you're accustomed to.

Upvotes: 9

sconfluentus
sconfluentus

Reputation: 4993

Yes, if you sign up with Amazon AWS you can use Rstudio Server and control it from your desktop pretty easily. Give this site a read and see what you can do!

http://www.louisaslett.com/RStudio_AMI/

If you have your own server at work or the university, you can install the server there and use a vm window to log in from anywhere.

Upvotes: 1

Related Questions