API client for Trello

Build Status CRAN_Status_Badge Rdoc

The purpose of trelloR is to help you interact with the Trello API from R.

Example

Request cards and return a data frame:

library(trelloR)
board = "https://trello.com/b/wVWPK9I4/r-client-for-the-trello-api"
cards = get_board_cards(board)

Get it from GitHub

# install.packages("remotes")
remotes::install_github("jchrom/trelloR")

CRAN (version 0.1)

The CRAN version is in dire need of an update, which will happen when 0.7 is released (hopefully very soon). In the meantime, please use the development version above.

Imports

trelloR is built using httr and jsonlite.

Disclaimer: trelloR is not affiliated, associated, authorized, endorsed by or in any way officially connected to Trello, Inc. (https://trello.com/).