add_comment {trelloR} | R Documentation |
Add comment
Description
Add comment to a card.
Usage
add_comment(card, text, ...)
Arguments
card |
Card id. |
text |
Comment text. |
... |
Additional arguments passed to |
See Also
Other functions to create resources:
add_board()
,
add_card_attachment()
,
add_card()
,
add_checkitem()
,
add_checklist()
,
add_label()
,
add_list()
,
add_member()
,
create_resource()
[Package trelloR version 0.8.0 Index]