| update_label | R Documentation |
Update a label
update_label(
label_id = get_label_id(label_name = label_name, token = token, create = FALSE),
label_name,
new_name = NULL,
color = NULL,
is_favorite = NULL,
verbose = TRUE,
token = get_todoist_api_token()
)
label_id |
id of the label |
label_name |
name of the label (for lookup if label_id not provided) |
new_name |
new name for the label |
color |
new color for the label |
is_favorite |
boolean to mark as favorite |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the updated label (invisible)
## Not run:
update_label(label_name = "urgent", new_name = "very_urgent")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.