diario_get_report_details | R Documentation |
This function retrieves details of a specific report by report ID within a project.
diario_get_report_details(project_id, report_id)
project_id |
A valid non-empty string with the project ID. |
report_id |
A valid non-empty string with the report ID. |
A list containing the report details.
## Not run:
report <- diario_get_report_details("6717f864d163f517ae06e242", "67648080f0971de9d00324c2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.