Returns a space object given the space ID or the space name.
rscloud_space(space_id = NULL, name = NULL)The space ID.
The space name.
An rscloud_space object.
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.