trello_updates {repello} | R Documentation |
Trello Updates
Description
This function allows you to check for updates to all cards on a Trello board, comparing to a prior board setting.
Usage
trello_updates(board_name, prior = FALSE, recent = FALSE, save = FALSE)
Arguments
board_name |
The name of the board you want to browse. |
prior |
The name of the prior Trello list you want to compare to. Defaults to most recently saved Trello object prior to current save. |
recent |
The name of the Trello board to compare to a prior Trello object. By default will use current object grab as most recent object. |
save |
Set to TRUE to save a copy of the current Trello object. |
[Package repello version 1.0.1 Index]