Description Usage Arguments Details Value Examples
Get a single report by report id, this allow asynchronous way of getting reports.
1 2 |
report.id |
report id that's returned by QueueTrended and other functions while used with enqueueOnly parameter set to TRUE |
interval.seconds |
How long to wait between attempts |
max.attempts |
Number of API attempts before stopping |
print.attempts |
Print each attempt for fetching data |
format |
"csv" or "json" |
page |
Page Number of Resuts (QueueDataWarehouse only) |
This is a function for advanced users, after you've enqueued multiple reports and want to get one of them when it's ready.
Data frame
1 2 3 4 5 6 | ## Not run:
custom_report <- GetReport(12345678)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.