Learn R Programming

⚠️There's a newer version (0.8.0) of this package.Take me there.

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")

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

Copy Link

Version

Install

install.packages('trelloR')

Monthly Downloads

51

Version

0.7.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jakub Chromec

Last Published

April 22nd, 2021

Functions in trelloR (0.7.1)

add_list

Add list
move_card

Move card
get_my_boards

Get Own Boards
delete_checkitem

Delete item
get_member_fields

Get Member Info
delete_card

Delete card
get_token

Get OAuth1.0 Token
get_resource

Get Data From Trello API
as_POSIXct_hex

Convert hex string into POSIXct
add_member

Add member
get_team

Get Team
delete_checklist

Delete checklist
delete_field_option

Delete dropdown option
add_checklist

Add checklist
delete_field

Delete custom field
get_list

Get List
get_card

Get Card
get_id

Get model ID
update_field

Update custom field
update_card

Update card
update_resource

Update Resources
trelloR

trelloR: R API for Trello
delete_resource

Delete Resources
update_card_members

Update card members
update_checkitem

Update item
get_member_boards

Get Member's Boards
extract_id

Extract ID
create_resource

Create Resources
update_card_labels

Update card labels
update_card_field

Update card field value
print.Trello_API_token

Print Trello API Tokens
search_resource

Search Trello
get_board

Get Board
add_field_option

Add dropdown option
add_field

Add a custom field
add_checkitem

Add checklist item
add_card

Add card
add_card_attachment

Add card attachment
add_label

Add label
Deprecated

Deprecated functions
add_comment

Add comment
add_board

Add board