add_board {trelloR} | R Documentation |
Add board
Description
Add board.
Usage
add_board(name, body = NULL, ...)
Arguments
name |
Name of the board. |
body |
A named list of query parameters. |
... |
Additional arguments passed to |
See Also
Other functions to create resources:
add_card_attachment()
,
add_card()
,
add_checkitem()
,
add_checklist()
,
add_comment()
,
add_label()
,
add_list()
,
add_member()
,
create_resource()
[Package trelloR version 0.8.0 Index]