Learn R Programming

rtodoist (version 0.2.0)

get_all_data: Get all objects inside a list

Description

Collect all the objects in a list. This allows you to explore your to-do list.

Usage

get_all_data(token = get_todoist_api_token())

Value

list of all objects

Arguments

token

todoist API token

Examples

Run this code
if (FALSE) {
# Set API key first
set_todoist_api_token()
# Get all objects
objects <- get_all_data()
}

Run the code above in your browser using DataLab