get_columns: Get a project's columns

Description Usage Arguments Examples

View source: R/general-methods.R

Description

Either project_id should be provided, or both project_name and workspace_name should be provided. If project_id is provided, then project_name and workspace_name are ignored.

Usage

1
2
3
4
5
6
7
get_columns(
  project_id = NULL,
  project_name = NULL,
  workspace_name = NULL,
  api_key = NULL,
  archived = FALSE
)

Arguments

project_id

Project ID.

project_name

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

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).

archived

If TRUE, retrieve archived experiments. Otherwise, retrieve active experiments.

Examples

1
2
3
4
5
6
## Not run: 
library(cometr)
# Assuming you have COMET_API_KEY, COMET_WORKSPACE, COMET_PROJECT_NAME variables defined
get_columns()

## End(Not run)

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