diario_get_task_list {diario} | R Documentation |
Get the task list of a specific project
Description
This function retrieves the task list of a specific project by its ID.
Usage
diario_get_task_list(project_id)
Arguments
project_id |
A valid non-empty string with the project ID. |
Value
A tibble containing the task list.
Examples
## Not run:
tasks <- diario_get_task_list("66cf438223aa80386306e647")
## End(Not run)
[Package diario version 0.1.0 Index]