Learn R Programming

rtodoist (version 0.4.0)

update_section: Update a section

Description

Update a section

Usage

update_section(
  section_id,
  new_name,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

id of the updated section (invisible)

Arguments

section_id

id of the section

new_name

new name for the section

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
update_section("12345", new_name = "New Section Name")
}

Run the code above in your browser using DataLab