rscloud_space: Construct a Space Object

View source: R/spaces.R

rscloud_spaceR Documentation

Construct a Space Object

Description

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

Usage

rscloud_space(space_id = NULL, name = NULL)

Arguments

space_id

The space ID.

name

The space name.

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.

Value

An rscloud_space object.


rstudio/rscloud documentation built on Oct. 8, 2022, 4:24 p.m.