workspace.Rd
Get or set active workspace ID
workspace(workspace_id = NULL)
A workspace ID
The ID of the active workspace.
if (FALSE) {
# Select default workspace for authenticated user.
workspace()
# Select a specific workspace.
workspace("612b15a5f4c3bf0462192677")
}