Description Usage Arguments Value See Also Examples
Add a list of tasks
1 2 3 4 5 6 7 8 9 | add_tasks_in_project(
project_id,
tasks_list,
try_again = 3,
time_try_again = 3,
verbose = TRUE,
responsible = NULL,
token = get_todoist_api_token()
)
|
project_id |
id of project |
tasks_list |
list of tasks |
try_again |
start again the request |
time_try_again |
number of tries |
verbose |
make it talk |
responsible |
add people in project |
token |
token |
id of project (character vector)
[add_task_in_project()]
1 2 3 4 5 | ## Not run:
add_project("my_proj") %>%
add_tasks_in_project(list("First task", "Second task"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.