Is there a way to share the same environment/code with multiple users?

Imagine you want to:

  1. Remotely help someone to run a project, see the results, and actually share the variables.
  2. Remotely code together with someone, like a google docs or codeshare.io?
  3. Remotely open a file, save it and other user opens the same project and can see the changes in the file.

RStudio Cloud is or will be a solution?

Thank you.

RStudio Server Pro (which RStudio Cloud uses behind the scenes) supports collaborative editing. When using collaborative editing, two user's can share the same RStudio session enabling them to share work in the manner you described (similar to Google Docs). This feature is something we would love to get working on RStudio Cloud, but it presents some technical challenges that we've yet to overcome. Rest assured however, that this is something that we intend to have working at some point.

If you want access to this right now, I suggest you consider checking out RStudio Server Pro, perhaps by hosting it on your own server, or on a cloud provider of your choice (we even have pre-built images that should be easy to get started with if you go that route).

For more info:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.