Learn R Programming

rtodoist (version 0.4.0)

reopen_task: Reopen (uncomplete) a task

Description

Reopen (uncomplete) a task

Usage

reopen_task(task_id, verbose = TRUE, token = get_todoist_api_token())

Value

id of the reopened task (invisible)

Arguments

task_id

id of the task to reopen

verbose

boolean that make the function verbose

token

todoist API token

Examples

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

Run the code above in your browser using DataLab