Add a new project

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

Arguments

project_name

name of the new project

verbose

make it talk

token

token

Value

id of the new project

Examples

if (FALSE) { add_project("my_proj") }