Learn R Programming

rtodoist (version 0.4.0)

quick_add_task: Quick add a task using natural language

Description

Quick add a task using natural language

Usage

quick_add_task(text, verbose = TRUE, token = get_todoist_api_token())

Value

task object

Arguments

text

natural language text for the task

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
quick_add_task("Buy milk tomorrow at 5pm #Shopping")
}

Run the code above in your browser using DataLab