rstudio / rscloud

Managing RStudio Cloud spaces with R
https://rstudio.github.io/rscloud
Other
22 stars 11 forks source link

Create workspace #14

Open coatless opened 5 years ago

coatless commented 5 years ago

Would it be possible to have a space_creation() function that setups a new workspace? This would be useful for providing teams of students with their own project areas.

tareefk commented 5 years ago

We intentionally didn't want to open that up at this time. We will add it if it turns out there is enough demand for a completely programmatic way of managing spaces.

coatless commented 4 years ago

Glancing over the package, I don't think this was added. I feel like at one point I used an API to spin up spaces under my account, but I may have just written a quick selenium script.

Any chance the endpoint for creating spaces could be made available? The use-case has upgraded to automatically creating course spaces under an org account as a part of automatic rostering. @kevinykuo

kmacleanuosa commented 4 years ago

I'd also appreciate this feature for the same, automatically creating course spaces under an org account as a part of automatic rostering.