add_field_option {trelloR} | R Documentation |
Add dropdown option
Description
Add dropdown (custom field) option.
Usage
add_field_option(id, text, color = "none", position = "bottom", ...)
Arguments
id |
Custom field ID (see |
text |
Option text |
color |
Option color |
position |
Option position |
... |
Additional arguments passed to |
See Also
Other functions to handle custom fields:
add_field()
,
delete_field_option()
,
delete_field()
,
update_card_field()
,
update_field()
[Package trelloR version 0.8.0 Index]