The purpose of trelloR
is to help you interact with the Trello
API from R.
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)
install.packages("trelloR")
# install.packages("remotes")
remotes::install_github("jchrom/trelloR")
trelloR
is not affiliated, associated, authorized, endorsed by or in
any way officially connected to Trello, Inc. (https://trello.com/).