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