Description Usage Arguments Value
View source: R/client_api_scaffold.R
Retrieves an already created Project. Only one of 'name' or 'id' can be provided.
1 | get_project(name = NULL, workspace = NULL, id = NULL)
|
name |
Name of the Project. |
workspace |
Workspace under which the Project with name name exists. If not provided, the current |
id |
ID of the Project. This parameter cannot be provided alongside name. |
:class:'verta._tracking.project.Project'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.