R/cu-task-id.R
cu-task-id.Rd
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 with or without a leading hash.
Returns task ID as character without leading hash to be used in the API.
cu_task_id("#7ygh8h") #> [1] "7ygh8h" cu_task_id("7ygh8h") #> [1] "7ygh8h"