Learn R Programming

rtodoist (version 0.4.0)

unarchive_section: Unarchive a section

Description

Unarchive a section

Usage

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

Value

id of the unarchived 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) {
unarchive_section("12345")
}

Run the code above in your browser using DataLab