# Can I @rput to RStudio server

**URL:** https://discourse.julialang.org/t/can-i-rput-to-rstudio-server/45790
**Category:** General Usage
**Created:** [August 30, 2020, 2:20pm UTC](https://discourse.julialang.org/t/can-i-rput-to-rstudio-server/45790 "2020-08-30T14:20:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![scotts](https://avatars.discourse-cdn.com/v4/letter/s/ac8455/32.png) [@scotts](https://discourse.julialang.org/u/scotts)
#### Post date: [August 30, 2020, 2:20pm UTC](https://discourse.julialang.org/t/can-i-rput-to-rstudio-server/45790/1 "2020-08-30T14:20:53Z")

</div>

I’ve just installed Julia 1.5.1 and R (v3.6.3) on a Codeanywhere container running Ubuntu 16.04.

I was happily surprised to find that RCall works beautfully, however I’m also running an instance of [RStudio Server](https://www.gatyagumilang.com/install-rstudio-in-codeanywhere/). over the browser on this container and am wondering if I can get RCall talking to RStudio’s instance of R so I can use @rput to send data from Julia to RStudio.

Too much to ask?

Possibly a question to put to RStudio server peeps, but I thought I would try here first.

Any tips greatly appreciated.

---

<div class="post-metadata">

### Author: ![scotts](https://avatars.discourse-cdn.com/v4/letter/s/ac8455/32.png) [@scotts](https://discourse.julialang.org/u/scotts)
#### Post date: [September 7, 2020, 1:01am UTC](https://discourse.julialang.org/t/can-i-rput-to-rstudio-server/45790/2 "2020-09-07T01:01:18Z")

</div>

Anyone???

Where does @rput, “put” it’s data? How can I get Rstudio server to read it???

---

<div class="post-metadata">

### Author: ![jling](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jling/32/212909_2.png) [@jling](https://discourse.julialang.org/u/jling)
#### Post date: [September 7, 2020, 1:34am UTC](https://discourse.julialang.org/t/can-i-rput-to-rstudio-server/45790/3 "2020-09-07T01:34:28Z")

</div>

> [@scotts](#):
>
> RCall talking to RStudio’s instance of R

my guess is no; same apply for `PyCall`, you can’t use a Python REPL and then let `PyCall` use the same python kernel.

What you want is probably `JuliaCall` from R side if you rely on R heavily (e.g you want to do work in RStudio)
