get_projects: Get a workspace's projects

View source: R/general-methods.R

get_projectsR Documentation

Get a workspace's projects

Description

Get a workspace's projects

Usage

get_projects(workspace_name = NULL, api_key = NULL)

Arguments

workspace_name

Workspace name (can also be specified using the COMET_WORKSPACE parameter as an environment variable or in a comet config file).

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

## Not run: 
library(cometr)
# Assuming you have COMET_API_KEY, COMET_WORKSPACE variables defined
get_projects()

## End(Not run)


comet-ml/cometr documentation built on Oct. 23, 2023, 7:44 a.m.