cu-role | R Documentation |
The ClickUp API returns role as integer.
The cu_role
function maps these scores to the priority labels
Owner (1), Admin (2), Member (3), Guest (4).
cu_role(role)
role |
Character or numeric values between 1 and 4. |
Returns a character vector with the labels.
cu_role(c(1, 2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.