add_checklist {trelloR} | R Documentation |
Add checklist
Description
Add checklist to a card.
Usage
add_checklist(card, name, source = NULL, ...)
Arguments
card |
Card id. |
name |
Checklist name. |
source |
Items from this checklist id will be copied to the new one.
Defaults to |
... |
Additional arguments passed to |
See Also
Other functions to create resources:
add_board()
,
add_card_attachment()
,
add_card()
,
add_checkitem()
,
add_comment()
,
add_label()
,
add_list()
,
add_member()
,
create_resource()
[Package trelloR version 0.8.0 Index]