Learn R Programming

rtodoist (version 0.1.0)

get_projects: List of projects

Description

List of projects

Usage

get_projects(token = get_todoist_api_token())

Value

list of all projects

Arguments

token

token

Examples

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

Run the code above in your browser using DataLab