add_project {rtodoist} | R Documentation |
Add a new project
Description
Add a new project
Usage
add_project(project_name, verbose = TRUE, token = get_todoist_api_token())
Arguments
project_name |
name of the new project |
verbose |
make it talk |
token |
token |
Value
id of the new project
Examples
## Not run:
add_project("my_proj")
## End(Not run)
[Package rtodoist version 0.1.0 Index]