Learn R Programming

rtodoist (version 0.4.0)

move_section: Move a section to another project

Description

Move a section to another project

Usage

move_section(
  section_id,
  project_id,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

id of the moved section (invisible)

Arguments

section_id

id of the section

project_id

target project id

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
move_section("12345", project_id = "67890")
}

Run the code above in your browser using DataLab