Learn R Programming

rtodoist (version 0.4.0)

archive_section: Archive a section

Description

Archive a section

Usage

archive_section(section_id, verbose = TRUE, token = get_todoist_api_token())

Value

id of the archived section (invisible)

Arguments

section_id

id of the section

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
archive_section("12345")
}

Run the code above in your browser using DataLab