Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ rtodoist Public

❗ This is a read-only mirror of the CRAN R package repository. rtodoist — Create and Manage Todolist using 'Todoist.com' API. Homepage: https://github.com/ThinkR-open/rtodoist Report bugs for this package: https://github.com/ThinkR-open/rtodoist/issues

License

Notifications You must be signed in to change notification settings

cran/rtodoist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

❗ This is a read-only mirror of the CRAN R package repository. rtodoist — Create and Manage Todolist using 'Todoist.com' API. Homepage: https://github.com/ThinkR-open/rtodoist Report bugs for this package: https://github.com/ThinkR-open/rtodoist/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages