Learn R Programming

rtodoist (version 0.4.0)

get_section: Get a single section by ID

Description

Get a single section by ID

Usage

get_section(section_id, token = get_todoist_api_token())

Value

list with section details

Arguments

section_id

id of the section

token

todoist API token

Examples

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

Run the code above in your browser using DataLab