powered by
Create a project
create_project( project_name, project_description, public = FALSE, workspace_name = NULL, api_key = NULL )
Project name.
Project description.
Whether the project should be public or private.
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 (FALSE) { library(cometr) # Assuming you have COMET_API_KEY, COMET_WORKSPACE variables defined create_project(project_name = "project1", project_description = "My first project") }
Run the code above in your browser using DataLab