Description Usage Arguments Value Examples
Add one user
1 2 3 4 5 6 | add_user_in_project(
project_id,
mail,
verbose = TRUE,
token = get_todoist_api_token()
)
|
project_id |
id of project |
mail |
mail of the user |
verbose |
make it talk |
token |
token |
id of project (character vector)
1 2 3 4 5 | ## Not run:
get_id_project("test") %>%
add_user_in_project("jean@mail.fr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.