Learn R Programming

rtodoist (version 0.4.0)

get_task: Get a single task by ID

Description

Get a single task by ID

Usage

get_task(task_id, token = get_todoist_api_token())

Value

list with task details

Arguments

task_id

id of the task

token

todoist API token

Examples

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

Run the code above in your browser using DataLab