Learn R Programming

rtodoist (version 0.2.0)

add_project: Add a new project

Description

Add a new project

Usage

add_project(project_name, verbose = TRUE, token = get_todoist_api_token())

Value

id of the new project

Arguments

project_name

name of the new project

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
add_project("my_proj")
}

Run the code above in your browser using DataLab