Learn R Programming

rtodoist (version 0.4.0)

get_project: Get a single project by ID

Description

Get a single project by ID

Usage

get_project(project_id, token = get_todoist_api_token())

Value

list with project details

Arguments

project_id

id of the project

token

todoist API token

Examples

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

Run the code above in your browser using DataLab