get_all {rtodoist} | R Documentation |
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(token = get_todoist_api_token())
Arguments
token |
token |
Value
list of all objects
Examples
## Not run:
# Set API key first
set_todoist_api_token()
# Get all objects
objects <- get_all()
## End(Not run)
[Package rtodoist version 0.1.0 Index]