Skip to content
/ trelloR Public

❗ This is a read-only mirror of the CRAN R package repository. trelloR — Access the Trello API. Homepage: https://github.com/jchrom/trelloRhttp://jchrom.github.io/trelloR/ Report bugs for this package: https://github.com/jchrom/trelloR/issues

Notifications You must be signed in to change notification settings

cran/trelloR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

❗ This is a read-only mirror of the CRAN R package repository. trelloR — Access the Trello API. Homepage: https://github.com/jchrom/trelloRhttp://jchrom.github.io/trelloR/ Report bugs for this package: https://github.com/jchrom/trelloR/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages