diario_get_report_details {diario} | R Documentation |
Get details of a specific report
Description
This function retrieves details of a specific report by report ID within a project.
Usage
diario_get_report_details(project_id, report_id)
Arguments
project_id |
A valid non-empty string with the project ID. |
report_id |
A valid non-empty string with the report ID. |
Value
A list containing the report details.
Examples
## Not run:
report <- diario_get_report_details("6717f864d163f517ae06e242", "67648080f0971de9d00324c2")
## End(Not run)
[Package diario version 0.1.0 Index]