Learn R Programming

rtodoist (version 0.1.0)

add_project: 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

Run this code
# NOT RUN {
add_project("my_proj")
# }

Run the code above in your browser using DataLab