Learn R Programming

rtodoist (version 0.4.0)

update_workspace: Update a workspace

Description

Update a workspace

Usage

update_workspace(
  workspace_id,
  name,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

id of the updated workspace (invisible)

Arguments

workspace_id

id of the workspace

name

new name for the workspace

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
update_workspace("12345", name = "New Workspace Name")
}

Run the code above in your browser using DataLab