Learn R Programming

cometr (version 0.4.0)

get_workspaces: Get a user's workspaces

Description

Get a user's workspaces

Usage

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

Run this code
if (FALSE) {
library(cometr)
# Assuming you have COMET_API_KEY variable defined
get_workspaces()
}

Run the code above in your browser using DataLab