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