Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

API client for Trello

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/).

Copy Link

Version

Install

install.packages('trelloR')

Monthly Downloads

67

Version

0.8.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jakub Chromec

Last Published

August 27th, 2023