powered by
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.
project_id
project_name
workspace_name
get_columns( project_id = NULL, project_name = NULL, workspace_name = NULL, api_key = NULL, archived = FALSE )
Project ID.
Project name (can also be specified using the COMET_PROJECT_NAME parameter as an environment variable or in a comet config file).
COMET_PROJECT_NAME
Workspace name (can also be specified using the COMET_WORKSPACE parameter as an environment variable or in a comet config file).
COMET_WORKSPACE
Comet API key (can also be specified using the COMET_API_KEY parameter as an environment variable or in a comet config file).
COMET_API_KEY
If TRUE, retrieve archived experiments. Otherwise, retrieve active experiments.
TRUE
if (FALSE) { library(cometr) # Assuming you have COMET_API_KEY, COMET_WORKSPACE, COMET_PROJECT_NAME variables defined get_columns() }
Run the code above in your browser using DataLab