Learn R Programming

RSiteCatalyst (version 1.4.16)

ValidateReport: ValidateReport

Description

Internal function - Calls the API and attempts to validate a report description.

Usage

ValidateReport(report.description, interval.seconds = 0, max.attempts = 1)

Arguments

report.description

JSON report description

interval.seconds

Time to wait between attempts to validate the report (defaults to 2 seconds)

max.attempts

Max number of attempts to make to validate the report (defaults to 1)

Value

TRUE/FALSE depending on whether the report is valid or not