The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.

API client for Trello

CRAN_Status_Badge Lifecycle: stable R-CMD-check

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 CRAN

install.packages("trelloR")

Get development version

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

Disclaimer

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

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.