Learn R Programming

RSiteCatalyst (version 1.1)

GetReportQueue: Get Number/ID of Reports in Queue

Description

Requests the number of reports in the Report Queue, as well as the Report ID.

Usage

GetReportQueue()

Arguments

Value

  • Character string or List

Details

Returns either a message to the console that no reports are in the Queue or a list with the Report ID's.

See Also

CancelReport

Examples

Run this code
GetReportQueue()
    
    #Example Result
    "There are no reports in the Report Queue"

Run the code above in your browser using DataLab