Learn R Programming

rtodoist (version 0.4.0)

rename_shared_label: Rename a shared label

Description

Rename a shared label

Usage

rename_shared_label(
  old_name,
  new_name,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

NULL (invisible)

Arguments

old_name

current name of the shared label

new_name

new name for the shared label

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
rename_shared_label("old_name", "new_name")
}

Run the code above in your browser using DataLab