R/tasks.R
close_task.Rd
Close (complete) a task
close_task(task_id, verbose = TRUE, token = get_todoist_api_token())
id of the task to close
boolean that make the function verbose
todoist API token
id of the closed task (invisible)
if (FALSE) { # \dontrun{ close_task("12345") } # }