R API for Trello
The purpose of trelloR is to easily interact with Trello
API from R.
It can retrieve, create, update and delete data from Trello boards, using functions with predictable names. The following snippet fetches cards from a public board:
library(trelloR)
cards = get_board_cards("https://trello.com/b/Pw3EioMM/trellor-r-api-for-trello")Private and team boards can be accessed using a secure token. Check the vignettes to get started.
Get it from GitHub
devtools::install_github("jchrom/trelloR")CRAN (version 0.1)
The CRAN version has been long outdated and should not be preferred. The CRAN package will be updated when version 0.7 is released. In the meantime, please use the development version above.
Built using httr and jsonlite.
Disclaimer: trelloR is not affiliated, associated, authorized,
endorsed by or in any way officially connected to Trello, Inc.
(http://www.trello.com).