View source: R/general-methods.R
create_project | R Documentation |
Create a project
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 |
## 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.