add_list {trelloR}R Documentation

Add list

Description

Add list to a board.

Usage

add_list(board, name, position = NULL, ...)

Arguments

board

Board id.

name

List name.

position

List position. One of "top", "bottom" or NULL.

...

Additional arguments passed to create_resource().

See Also

Other functions to create resources: add_board(), add_card_attachment(), add_card(), add_checkitem(), add_checklist(), add_comment(), add_label(), add_member(), create_resource()


[Package trelloR version 0.8.0 Index]