project_update function

Update all aspects of a project

Update all aspects of a project

project_update( id, name, purpose, description, 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 TRUE, all resources will be added to this project if no project is specified. default: FALSE
  • environment: (character) The environment of the project's resources. optional
  • ...: Additional options passed down to POST
  • Maintainer: Mauricio Vargas
  • License: Apache License (>= 2)
  • Last published: 2023-04-19