cu-task-id | R Documentation |
Task IDs are prepended with a hash when copied from the ClickUp GUI. The function checks and removes the leading hash.
cu_task_id(task_id)
task_id |
Task ID with or without a leading hash. |
Returns task ID as character without leading hash to be used in the API.
cu_task_id("#7ygh8h")
cu_task_id("7ygh8h")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.