project_patch {analogsea} | R Documentation |
Update certain aspects of a project
Description
Update certain aspects of a project
Usage
project_patch(
id,
name = NULL,
purpose = NULL,
description = NULL,
is_default = FALSE,
environment = NULL,
...
)
Arguments
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 |
[Package analogsea version 1.0.7.2 Index]