Get or set active workspace ID

workspace(workspace_id = NULL)

Arguments

workspace_id

A workspace ID

Value

The ID of the active workspace.

Examples

if (FALSE) {
# Select default workspace for authenticated user.
workspace()
# Select a specific workspace.
workspace("612b15a5f4c3bf0462192677")
}