diario_get_project_details {diario} | R Documentation |
Get details of a specific project
Description
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
## Not run:
project <- diario_get_project_details("66face5fe26175e0a904d398")
## End(Not run)
[Package diario version 0.1.0 Index]