rscloud_space | R Documentation |
Returns a space object given the space ID or the space name.
rscloud_space(space_id = NULL, name = NULL)
space_id |
The space ID. |
name |
The space name. |
Exactly one of space_id
or name
must be specified. This function
is used to create an object that points to an existing space on RStudio Cloud,
it does not create a new space.
An rscloud_space
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.