powered by
Get reports for report ids provided as a list. These reports are previously enqueued.
GetReportsByIds(report.ids, interval.seconds = 10, max.attempts = 300, print.attempts = TRUE)
list of report ids that you've enqueued and want to retrieve the data for
How long to wait between attempts
Number of API attempts before stopping
Print each attempt to check if report is ready
list of (report id and Data frame pairs)
This is a function for advanced users, after you've enqueued multiple reports and want to get all of them when they're ready.
# NOT RUN { reports <- GetReportsByIds(list(12345678,87654321),print.attempts=FALSE) # } # NOT RUN { # }
Run the code above in your browser using DataLab