projects: Modify projects on the todoist list

projectsR Documentation

Modify projects on the todoist list

Description

Modify projects on the todoist list

Usage

proj_get_all(token = use_token())

proj_get(name = NULL, id = NULL, token = use_token())

proj_get_by_id(id, token = use_token())

proj_add(name, parent_id = NULL, token = use_token())

proj_add_quick(name, parent_id = NULL, token = use_token())

proj_update_by_name(name, new_name, token = use_token())

proj_update_by_id(id, new_name, token = use_token())

proj_delete(name = NULL, id = NULL, token = use_token(),
  prompt = TRUE)

proj_delete_by_id(id, token = use_token())

Arguments

token

todosit API token

name

a vector of strings specifyibng the name of the projects

id

a vector of integers speciying project ids

parent_id

the project id to nest under

new_name

a vector of strings speciying the new name of the projects


karthik/rtodoist documentation built on Jan. 10, 2023, 10:06 p.m.