| add_checkitem {trelloR} | R Documentation | 
Add checklist item
Description
Add item to a checklist.
Usage
add_checkitem(checklist, name, checked = FALSE, position = "bottom", ...)
Arguments
| checklist | Checklist id. | 
| name | Item name (text). | 
| checked | Whether item should be checked; defaults to  | 
| position | Position in the checklist; defaults to  | 
| ... | Additional arguments passed to  | 
See Also
Other functions to create resources: 
add_board(),
add_card_attachment(),
add_card(),
add_checklist(),
add_comment(),
add_label(),
add_list(),
add_member(),
create_resource()
[Package trelloR version 0.8.0 Index]