Skip to content

get_workspaces

Get a user's workspaces

Usage

get_workspaces(api_key = NULL)

Arguments

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

Examples

## Not run:
 library(cometr)
# Assuming you have COMET_API_KEY variable defined
get_workspaces() 
## End(Not run)
Sep. 19, 2023