get_all: Get all objects inside a list

Description Usage Arguments Value Examples

View source: R/all_objects.R

Description

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

Usage

1

Arguments

token

token

Value

list of all objects

Examples

1
2
3
4
5
6
7
## Not run: 
# Set API key first
set_todoist_api_token()
# Get all objects
objects <- get_all()

## End(Not run)

rtodoist documentation built on July 2, 2020, 1:46 a.m.