Skip to content

Package to call the todoist API. Manage your ToDo lists with todoist from R.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ThinkR-open/rtodoist

Repository files navigation

rtodoist

R build status Lifecycle: stable CRAN status R-CMD-check

This package allows to use the todoist API. You will be able to add projects and tasks to your todoist account.

To find information about todoist API :

https://developer.todoist.com/sync/v9/#getting-started

Installation

You can install from CRAN :

install.packages("rtodoist")

You can install the development version of rtodoist with:

remotes::install_github("ThinkR-open/rtodoist")

Example

library(rtodoist)

add_project("test") %>%
  add_tasks_in_project("my_task")

To find more details about the features, look at the ‘How it works’ vignette.

About

Package to call the todoist API. Manage your ToDo lists with todoist from R.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages