View source: R/general-methods.R
get_experiments | R Documentation |
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.
get_experiments(
project_id = NULL,
project_name = NULL,
workspace_name = NULL,
api_key = NULL,
archived = FALSE
)
project_id |
Project ID. |
project_name |
Project name (can also be specified using the |
workspace_name |
Workspace name (can also be specified using the |
api_key |
Comet API key (can also be specified using the |
archived |
If |
## Not run:
library(cometr)
# Assuming you have COMET_API_KEY, COMET_WORKSPACE, COMET_PROJECT_NAME variables defined
get_experiments()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.