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