add_checkitem: Add checklist item

View source: R/create_wrappers.R

add_checkitemR 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 FALSE.

position

Position in the checklist; defaults to "bottom".

...

Additional arguments passed to create_resource().

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()


jchrom/trelloR documentation built on Aug. 30, 2023, 7:48 p.m.