Returns a space object given the space ID or the space name.

rscloud_space(space_id = NULL, name = NULL)

Arguments

space_id

The space ID.

name

The space name.

Value

An rscloud_space object.

Details

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.