get_board | R Documentation |
Returns a flat data frame with board-related data.
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, ...)
id |
Board ID |
... |
Additional arguments passed to |
get_resource()
## Not run:
#Get cards with custom fields
cards = get_board_cards(board_id, query = list(customFieldItems = "true"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.