get_board {trelloR} | R Documentation |
Get Board
Description
Returns a flat data frame with board-related data.
Usage
get_board_actions(id, ...)
get_board_cards(id, ...)
get_board_checklists(id, ...)
get_board_comments(id, ...)
get_board_labels(id, ...)
get_board_lists(id, ...)
get_board_members(id, ...)
get_board_fields(id, ...)
get_board_prefs(id, ...)
Arguments
id |
Board ID |
... |
Additional arguments passed to |
See Also
Examples
## Not run:
#Get cards with custom fields
cards = get_board_cards(board_id, query = list(customFieldItems = "true"))
## End(Not run)
[Package trelloR version 0.8.0 Index]