Skip to content

This function retrieves details of a specific project by its ID from the Diario API.

Usage

diario_get_project_details(project_id)

Arguments

project_id

A valid non-empty string with the project ID.

Value

A list containing the project details.

Examples

if (FALSE) { # \dontrun{
project <- diario_get_project_details("66face5fe26175e0a904d398")
} # }