GetReportsByIds: Get EnQueued Reports by report ID

Description Usage Arguments Details Value Examples

View source: R/GetReportsByIds.R

Description

Get reports for report ids provided as a list. These reports are previously enqueued.

Usage

1
2
GetReportsByIds(report.ids, interval.seconds = 10, max.attempts = 300,
  print.attempts = TRUE)

Arguments

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

Details

This is a function for advanced users, after you've enqueued multiple reports and want to get all of them when they're ready.

Value

list of (report id and Data frame pairs)

Examples

1
2
3
4
5
6
## Not run: 

reports <- GetReportsByIds(list(12345678,87654321),print.attempts=FALSE)


## End(Not run)

RSiteCatalyst documentation built on Nov. 6, 2019, 5:09 p.m.