| get_tasks_by_filter | R Documentation |
Get tasks by filter query
get_tasks_by_filter(query, token = get_todoist_api_token())
query |
filter query string (e.g., "today", "p1 & #Work") |
token |
todoist API token |
tibble of tasks matching the filter
## Not run:
get_tasks_by_filter("today")
get_tasks_by_filter("p1 & #Work")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.