Learn R Programming

rtodoist (version 0.4.0)

get_label: Get a single label by ID

Description

Get a single label by ID

Usage

get_label(label_id, token = get_todoist_api_token())

Value

list with label details

Arguments

label_id

id of the label

token

todoist API token

Examples

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

Run the code above in your browser using DataLab