Description Usage Arguments Details Value Examples
View source: R/GetReportsByIds.R
Get reports for report ids provided as a list. These reports are previously enqueued.
1 2 | GetReportsByIds(report.ids, interval.seconds = 10, max.attempts = 300,
print.attempts = TRUE)
|
report.ids |
list of report ids that you've enqueued and want to retrieve the data for |
interval.seconds |
How long to wait between attempts |
max.attempts |
Number of API attempts before stopping |
print.attempts |
Print each attempt to check if report is ready |
This is a function for advanced users, after you've enqueued multiple reports and want to get all of them when they're ready.
list of (report id and Data frame pairs)
1 2 3 4 5 6 | ## Not run:
reports <- GetReportsByIds(list(12345678,87654321),print.attempts=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.