get_workspaces: Get a user's workspaces

Description Usage Arguments Examples

View source: R/general-methods.R

Description

Get a user's workspaces

Usage

1
get_workspaces(api_key = NULL)

Arguments

api_key

Comet API key (can also be specified using the COMET_API_KEY parameter as an environment variable or in a comet config file).

Examples

1
2
3
4
5
6
## Not run: 
library(cometr)
# Assuming you have COMET_API_KEY variable defined
get_workspaces()

## End(Not run)

daattali/cometr documentation built on Aug. 15, 2020, 4:53 a.m.