| diario_get_task_list | R Documentation |
This function retrieves the task list of a specific project by its ID.
diario_get_task_list(project_id)
project_id |
A valid non-empty string with the project ID. |
A tibble containing the task list.
## Not run:
tasks <- diario_get_task_list("66cf438223aa80386306e647")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.