The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

rtodoist

R build status Lifecycle: stable

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/v8/#getting-started

Installation

You can install the development version of todoist with:

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

Example

library(todoist)

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

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.