update_field {trelloR} | R Documentation |
Update custom field
Description
Update custom field definition.
Usage
update_field(id, body = list(name = "New name"), ...)
Arguments
id |
Board ID |
body |
Named list with additional parameters |
... |
Additional arguments passed to |
See Also
Other functions to handle custom fields:
add_field_option()
,
add_field()
,
delete_field_option()
,
delete_field()
,
update_card_field()
[Package trelloR version 0.8.0 Index]