R/projects.R
add_project.Rd
Add a new project
add_project(project_name, verbose = TRUE, token = get_todoist_api_token())
name of the new project
make it talk
token
id of the new project
if (FALSE) { add_project("my_proj") }