powered by
Add a list of tasks
add_tasks_in_project( project_id, tasks_list, try_again = 3, time_try_again = 3, verbose = TRUE, responsible = NULL, token = get_todoist_api_token() )
id of project
list of tasks
start again the request
number of tries
make it talk
add people in project
token
id of project (character vector)
[add_task_in_project()]
# NOT RUN { add_project("my_proj") %>% add_tasks_in_project(list("First task", "Second task")) # }
Run the code above in your browser using DataLab