project_update | R Documentation |
Update all aspects of a project
project_update(
id,
name,
purpose,
description,
is_default = FALSE,
environment = NULL,
...
)
id |
project id. to update the default project use "default". required |
name |
(character) Name of the project. required |
purpose |
(character) The purpose of the project. The maximum length is 255 characters. For examples of valid purposes, see the "Purposes" section. required |
description |
(character) The description of the project. The maximum length is 255 characters. optional |
is_default |
(logical) If |
environment |
(character) The environment of the project's resources. optional |
... |
Additional options passed down to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.