Description Usage Arguments Examples
View source: R/general-methods.R
Create a project
1 2 3 4 5 6 7  | create_project(
  project_name,
  project_description,
  public = FALSE,
  workspace_name = NULL,
  api_key = NULL
)
 | 
project_name | 
 Project name.  | 
project_description | 
 Project description.  | 
public | 
 Whether the project should be public or private.  | 
workspace_name | 
 Workspace name (can also be specified using the   | 
api_key | 
 Comet API key (can also be specified using the   | 
1 2 3 4 5 6  | ## Not run: 
library(cometr)
# Assuming you have COMET_API_KEY, COMET_WORKSPACE variables defined
create_project(project_name = "project1", project_description = "My first project")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.