diario_get_reports | R Documentation |
This function retrieves reports of a specific project with optional parameters for limit and order.
diario_get_reports(project_id, limit = 50, order = "desc")
project_id |
A valid non-empty string with the project ID. |
limit |
An integer specifying the maximum number of reports to retrieve. Default is 50. |
order |
A character string specifying the order of the reports (e.g., "asc" or "desc"). Default is "desc". |
A tibble containing the reports.
## Not run:
reports <- diario_get_reports("6717f864d163f517ae06e242", limit = 10, order = "asc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.