diario_get_task_list: Get the task list of a specific project

View source: R/diario.R

diario_get_task_listR 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)

diario documentation built on April 27, 2026, 9:09 a.m.