Learn R Programming

RSiteCatalyst (version 1.1)

CancelReport: Cancel a Report in the Report Queue

Description

Cancels a report in the Report Queue

Usage

CancelReport(reportID)

Arguments

reportID
Report ID obtained from GetReportQueue

Value

  • Character string or List

Details

Returns either a console message that no reports are queued or a list of reportID numbers

See Also

GetReportQueue

Examples

Run this code
CancelReport(12345678)
    
    #Example Result
    "Report 12345678 has been cancelled"

Run the code above in your browser using DataLab