add_label {trelloR} | R Documentation |
Add label
Description
Add label to a card.
Usage
add_label(card, color, name = NULL, ...)
Arguments
card |
Card id. |
color |
Label color. |
name |
Label name; choosing different non-existing name will create new
label. Defaults to |
... |
Additional arguments passed to |
See Also
Other functions to create resources:
add_board()
,
add_card_attachment()
,
add_card()
,
add_checkitem()
,
add_checklist()
,
add_comment()
,
add_list()
,
add_member()
,
create_resource()
[Package trelloR version 0.8.0 Index]