Learn R Programming

rtodoist (version 0.4.0)

close_task: Close (complete) a task

Description

Close (complete) a task

Usage

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

Value

id of the closed task (invisible)

Arguments

task_id

id of the task to close

verbose

boolean that make the function verbose

token

todoist API token

Examples

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

Run the code above in your browser using DataLab